I am creating a web page that will close when a user clicks on a "submit" button that has "window.close()" set as the "onSubmit" event. Unfortunately, if a person has Javascript turned off on their web browser, then the "window.close()" event will not work. Does anyone have any alternatives using VBScript or some other language that will work to close a window in case Javascript is turned off?