close window when move to target window

liunx

Guest
Hi<br />
<br />
I am navigating from a hyperlink in window1 to window2 using target="blank_". I want the window1 to be closed when I move to window2.<br />
<br />
How can i do this???<br />
<br />
shara<!--content-->in the link tag, try this:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"blah" target="_blank" onclick="self.close()">Text</a><!--content-->Sorry no change.<br />
<br />
Hyper link is in one of the frame(top)!! along with this frame I have two more frames.<br />
how can I close the whole window(with three frames).<br />
<br />
shara<!--content-->
 
Back
Top