Search Form



The single text input field in this form is set up to issue a search request (see HandleSearch). Pages that include this form may be called up with a default value for the text field, as is the case with the Find Page link generated by HandleBrowse.

 $SearchForm = <<EOF ;
    <form action="$ScriptName">
    <input 
      type="text" 
      size="40" 
      name="search" 
      value="$CookedInput{value}">
    <\/form>
  EOF

Some browsers will assume an appropriate action for the form. Here we specify it for the benefit of those that don't.

 

Last edited February 7, 1999
Return to WelcomeVisitors