Search This Site:
 

Validating FrontLook Site Search Engine (FLSSE) in Front Page

Create FrontLook Site Search per instructions and publish all files to the server | Validate

Seven errors found -

end tag for "SELECT" which is not finished.
      </select>
  1. no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
  2. syntax of attribute value does not conform to declared value.
  3. <META http-equiv="" CONTENT="0;URL=search.php">
  4. required attribute "TYPE" not specified.
  5. <script>
  6. required attribute "ACTION" not specified.
  7. <form name="Search" method="post">
  8. end tag for "SELECT" which is not finished.
          </select>
  9. there is no attribute "HEIGHT".
    </table><table width="80%" cellpadding="20" height="50">
  10. required attribute "ALT" not specified.
    ..../images/flssepower88.gif" border="0"></a></td></tr>

 

Saved file as original-search.php.htm

Added valid doctype statement -

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

as well as

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />

Published file and validated again  - Six errors found (same as listed above except #1)
Saved file as revised1-search.php.htm

Saved search.php as original-search.php for safekeeping

changed

<script>

to

<script type="text/script"> 
Publish File | Five errors | #3 Fixed

Removed

 height="50" Added alt tag to FL image

Publish File | Validate again | Four errors #6 Fixed #7 Fixed

The search.php file now has three errors that need to be fixed - they are

<META http-equiv="" CONTENT="0;URL=search.php">
<form name="Search" method="post">
      </select>
Added 
action="search.php"
to statement
<form name="Search" action="search.php" method="post">

Publish | Revalidate | Only two errors now | Hooray

The meta equivalent statement actually contains "refresh" when the file is uploaded but it is being stripped out. Maybe something from the search.php file??