Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
You want to use java script for that. Be aware if you try and close the primary browser window with an unload event windows will give you a nag, an application is trying to close this window do you want to allow it. Its a security feature so people cant randomly close your primary browser window.
Hi there,
Now I do it by using javascript,but the coding is closing all the web pages.So could you provided me some example or coding that just close the web pages which we want???Then the coding that I used is below:
window.close()
Waiting for you advice.