closing a browser window

liunx

Guest
Does anyone know how to make a browser window close upon a click of a button?<br />
<br />
I want to make a pop up close once they have made their selection which loads in the main browser window.<br />
<br />
<br />
thanks!!<!--content--><a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="window.close(); return false;">Close</a><!--content-->are you familiar with flash? if so, I'm trying to figure out how to apply your code to actionscript...<br />
<br />
thanks!!<!--content-->Does anyone know how to make a browser window close upon a click of a button?<br />
<br />
I want to make a pop up close once they have made their selection which loads in the main browser window.<br />
<br />
<br />
thanks!!<!--content-->Thats java script, you should have specified earlier that you wanted it in flash.<!--content-->He didn't specify either. I just took a guess, and got it wrong. Anyway, try this: getURL ("javascript:window.close()")<!--content-->onclick="self.close()"<!--content-->
 
Back
Top