Close brower..

how to close a normal browser..window.close? (not the pop-up window but a normal window) in javascript
[116 byte] By [kenni81] at [2007-9-26 3:34:55]
# 1
You can use a window.close() to close a normal window. The browser will ask for confirmation to the user before closing....You can force an window close if and only if you have opened it programmatically. This is for securtity reasonsShubhrajit
shubhrajit_c at 2007-6-29 12:04:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...