I have extensive logic in each case of a case statement. I need to, when one if statement resolves to true, break out of the entire case statement. JavaScript has a "break;" but what's the equivalent in VBScript?
Is there a way within Javascript to ensure that the end-user is limited to one active window. Can we detect if a user has opened a new window, and prompt/restrict them from doing so?
I am having issues with my application server. The resources are being mysteriously eaten up. Are there specific log files generated that I can access to determine what is going on? Nothing comes up in the event viewer. When I shut down the web server (IIS 5.0) the resources free themselves...
What exactly happens when I caste a null character as an integer (i.e. CInt("")). When assigning the result to a variable, is the variable just populated with 0, or with a null character or what?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.