Code: Select all
<form action="thumbs_index_test.php" method="post" name="search" target="gallery_thumb_index" onSubmit="thumbs_index_test.php">
...
</form>The error I'm receiving comes in the form of a popup dialog from IE that says, "Problems with this Web page might prevent it from being displayed..." It goes on to give the line #, error etc:
Line: 26
Char: 1
Error: 'thumbs_index_test' is undefined
Code: 0
Line 26 is the very line I quoted above containing the FORM ACTION. "thumbs_index_test" IS defined in the frameset. Is there somewhere else I can "define" it?
A friend spotted the error and I could not reproduce it until I checked "Disable script debugging" AND "Display a notification about every script error" on the Tools | Internet Options | Advanced tab in IE v6.0.
If you click "OK" on the popup error dialog, everything works fine. There doesn't seem to be any real problem except for the annoying error popup if you have those settings that I mentioned above.
Does anyone know how I might be able to fix this so that the error does not come up? I can't find anything wrong with the code/logic, nor with the frameset that defines the pages/files used.
Thanks in advance for any assistance,
-Craig