Question
How do I close a browser window with HTML code?
What HTML code can be use to close a browser window?
QuestionHow do I close a browser window with HTML code?
AnswerThis question was answered on March 14, 2005. Much of the information contained herein may have changed since posting. Type the following code to close the browser window: <input type="button" value="Close this window" onclick="self.close()">
AuthorPosted by Kera of Katharine Gibbs School - New York on March 14, 2005
|