Close Window without the Prompt Message in IE 7, How?
window.close() in JavaScript is useful and handy for programmers to close the prompt-out window. Yet, you will get a prompt message if the browser is not opened by running script. For instance, if your script is triggered by a task from Task Scheduler, you definitely wish to close the browser once everything is done. But [...]
