<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2726.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>We have hundreds of html pages that are using the 
same external javascript. We get an error on some of the pages, object not found 
(from the external javascript).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When the first page is sent the external javascript 
should be in the users cache. but somehow toward the end of the html pages the 
external javascript can not be found.&nbsp; Can anyone shed some light on this 
problem?&nbsp; Why is the javascript not in the users cache at this point.&nbsp; 
If the javascript is not found it seems like it would be getting the code from 
the webserver?&nbsp; could the html on the page be so small that the javascript 
does not have time to download from the server?&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Questions:&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>1. Why wouldn't the javascript still be in the user 
cache?</FONT></DIV>
<DIV><FONT face=Arial size=2>2. If the javascript is not found, why isn't the 
script found on the webserver?</FONT></DIV>
<DIV><FONT face=Arial size=2>3. Could the html be so small that the javascript 
does not have time to download?&nbsp; The javascript is 9kb.</FONT></DIV>
<DIV><FONT face=Arial size=2>4. How is a page loaded?&nbsp; ie starts with the 
html and as soon as external import is found, downloads the javascript?&nbsp; 
when the end html is found does all downloads stop?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for your help!</FONT></DIV></BODY></HTML>