Click to See Complete Forum and Search --> : Remote script halts everything


RushFur
11-10-2003, 11:17 AM
Ok, here's the deal.

I have a server with a javascript code and its used on about 50 pages.
So, if my server goes down. Those 50 pages get sloooow because they cant find the script. And the owners aren't very happy about that ;)

The code on those pages is something like this:

<script Language="javascript" src="http://someserver.com/script.js"></script>


So, isn't there a way i can let the pages continue loading normally even if "http://someserver.com/script.js" can't be found?

Nicodemas
11-10-2003, 12:33 PM
How about getting a local copy of the script and uploading it to your server? Then just point the script source to your own file.

RushFur
11-10-2003, 12:42 PM
I dont have access to those 50 sites.. Only the server with the script. So that wont do.
And I must be ablle to change the script on short notice, imagine the fuzz if I have to edit the script on all 50 sites ;)