Hi, first time posting so please be gentle!
I am running some scripts which exist on another server, and they may or may not exist at run-time. (A CGI will create the script later)
If it does not exist, IE ignores the error and continues processing, but Netscape does not. How can I make this happen?
The way I see it, I either need to trap the error, or call a cgi that creates a dummy JS file prior to the JS actually being called.
I am a complete novice at JavaScript, so I'd appreciate any advice.
Cheers
Gavin
I am running some scripts which exist on another server, and they may or may not exist at run-time. (A CGI will create the script later)
If it does not exist, IE ignores the error and continues processing, but Netscape does not. How can I make this happen?
The way I see it, I either need to trap the error, or call a cgi that creates a dummy JS file prior to the JS actually being called.
I am a complete novice at JavaScript, so I'd appreciate any advice.
Cheers
Gavin