F Fred Mar 5, 2004 #1 How would I add a button "Close This Window" to a page? (Clicking on the button closes that page) Thanks.
How would I add a button "Close This Window" to a page? (Clicking on the button closes that page) Thanks.
K Kevin Spencer Mar 5, 2004 #2 <input type="button" value="Close Me" name="MyButton" onclick="window.opener = self; window.close()"> -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
<input type="button" value="Close Me" name="MyButton" onclick="window.opener = self; window.close()"> -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.