Thad said:
Problem web page:
http://www.imagedgifts.com/htmls/makeu5503.html
Page seems to look fine but shows error in bottom left hand of screen.
Line: 2
Char: 1
Error: Syntax Error
Code: 0
url:
http://www.imagedgifts.com/htmls/makeu5503.html
Can anybody see what might be causing that error?
I don't see that particular error message on that page in either IE7,
FF2 or Opera9.
Still:
- Your HTML is invalid, defining it as both XHTML 1.0 Frameset to
begin with, and attemtping to redefine it as HTML 4.01 Transitional
with a second <head> section inside the <body> tag (which is WAY off)
- Your page triggers the popup-blocker in all three browsers above
- The external Javascripts referenced in the header don't exist
- The images attempted loaded from the select list don't exist
- Some <a> tags point their target to a frame named "_new", but I don't
see any frames around in your document by that name
There are also several other errors, but I simply won't let my head get
through that until you've fixed all the above errors (especially the
first one; producing a page with at least somewhat-valid HTML and a
consistent DOCTYPE), since that bit in particular is giving me a
headache (in a somewhat less manner than as administered by a Microsoft
Word/Publisher/FrontPage-generated tag soup).