View Single Post
Old 06-07-2004, 10:09   #18 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
OK, now i'm down to th following

Below are the results of attempting to parse this document with an SGML parser.

Line 18, column 140: required attribute "action" not specified

...eturn findinpage(this.string.value);">

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.



Line 19, column 133: end tag for "input" omitted, but OMITTAG NO was specified

...e="text" size="20" onchange="n = 0;">

You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".



Line 19, column 72: start tag was here

... <input name="string" type="text" size="2

Line 20, column 118: end tag for "input" omitted, but OMITTAG NO was specified

...pe="submit" value="Search Page"></div></td>



Line 20, column 72: start tag was here

... <input type="submit" value="Search Page"

Line 20, column 118: end tag for "form" omitted, but OMITTAG NO was specified

...pe="submit" value="Search Page"></div></td>



Line 18, column 72: start tag was here

...v align="center" class="smallheader"><form name="search" onsubmit="return fin
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote