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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MaxScriptStatements

Status
Not open for further replies.

owenjc

Programmer
Dec 4, 2007
1
US
In IE if you exceed this value (default is 5,000,000) then you get a popup error:

I am wondering a few things:
1. is the statement-counter reset when the page loads, or at some other point? Because AJAX will just keep writing and eventually reach the limit, so I figure it is "per page load" or something?

2. Is there a way to print out the value of this counter? To see how many statements have been executed so far?

Its hard to figure out exactly how to refactor the code to the server side to avoid this issue ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top