Pixie
08-12-2002, 11:38 PM
Hello:
I'm wondering if someone out there could provide me with some 'hints' as to why this may be occuring.
I have a simple, dynamically generated popup window that displays test results for an online quiz (user clicks 'evaluate' button on form to initiate).
The script works fine in IE, and will also work in Netscape IF I am running the script from my local hard drive. However, if I move the files to our server, the popup displays a 404 error in Netscape. It continues to function properly in IE - even on the server.
I'm testing using Netscape 4.61 - which is a client requirement.
Any ideas as to why I would get a 404 running the script from the server but not when running locally?
The popup does not reference any other files, it dynamically generates the test results in the popup window.
(for example...)
var scoreWin = window.open("","","height=500, width=300, scrollbars")
scoreWin.document.open()
scoreWin.document.write(resultsHTML)
scoreWin.document.close()
Any thoughts/suggestions on how to resolve would be appreciated.
Thx.
I'm wondering if someone out there could provide me with some 'hints' as to why this may be occuring.
I have a simple, dynamically generated popup window that displays test results for an online quiz (user clicks 'evaluate' button on form to initiate).
The script works fine in IE, and will also work in Netscape IF I am running the script from my local hard drive. However, if I move the files to our server, the popup displays a 404 error in Netscape. It continues to function properly in IE - even on the server.
I'm testing using Netscape 4.61 - which is a client requirement.
Any ideas as to why I would get a 404 running the script from the server but not when running locally?
The popup does not reference any other files, it dynamically generates the test results in the popup window.
(for example...)
var scoreWin = window.open("","","height=500, width=300, scrollbars")
scoreWin.document.open()
scoreWin.document.write(resultsHTML)
scoreWin.document.close()
Any thoughts/suggestions on how to resolve would be appreciated.
Thx.