JoeP
08-07-2003, 08:54 PM
I have a random quote script that reads an external .js file for each quote. The .js file is very large, and when a user opens the html page the file downloads to the client side harddrive. It causes a severe time lag on the loading of the page.
Does the .js file have to download? Can it be accessed on the server, in order to prevent the download time? I have tried no-cache approaches, but to no avail.
TIA For Any suggestions or advice.
Does the .js file have to download? Can it be accessed on the server, in order to prevent the download time? I have tried no-cache approaches, but to no avail.
TIA For Any suggestions or advice.