Page is a not externally linkable
wkitty42 - 9:24 pm on Aug 6, 2003 (gmt 0)
for example, a friend had one of those "shake the world" pages where the entire browser window is moved about the screen very rapidly with the movement getting smaller and smaller until the browser is back where it started... the code he had worked fine in IE but not at all in netscape... after some digging, i found the problem to be a form tag that was being used without any form container surrounding it... once that was sussed out, the script worked in both browsers... another example is i see pages all the time that come up blank in netscape/mozilla but work ok in IE... again, digging in, i'll find garbage like no close to a table container or no close to a form container and other such drek...
IMNSHO, the worst thing that IE ever did (and is still doing) is to "complete" HTML code that is not complete...