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

Search results for query: *

  • Users: kirk2364
  • Content: Threads
  • Order by date
  1. kirk2364

    breaking out of a "select case"

    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?
  2. kirk2364

    Identifying new browser windows

    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?
  3. kirk2364

    Deleting Cookies

    I want to delete a cookie that I have dropped to the client's computer. How can I do this programmatically with VBScript?
  4. kirk2364

    ISAPI error 1236

    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...
  5. kirk2364

    Casting "" as an integer

    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?

Part and Inventory Search

Back
Top