Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External JavaScript Limit in SilverStream??

Status
Not open for further replies.

tmniepke

Programmer
May 10, 2004
1
0
0
US
I'm attempting to import a large external JavaScript file into a SilverStream 3.7.4 page. There seems to be a 100KB limit to the size allowed. That is, any file size smaller than 100KB loads fine. When the size goes over 100KB, JavaScript throws an error on loading, and the debugger indicates the error occurs at what appears to be the 100KB point in the load. Splitting the file into multiple pieces doesn't seem to help. Is there some default restriction that can be turned off?

Thanks!
 
That's one massive piece of code you're sending over the network to your client machines.
They'll just LOVE you for writing that monstrosity, and are probably telling you just how much by timing out on receiving the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top