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?
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?