Click to See Complete Forum and Search --> : close window when move to target window


shanuragu
07-31-2003, 01:35 AM
Hi

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.

How can i do this???

shara

xataku_nakusute
07-31-2003, 02:14 AM
in the link tag, try this:

<a href="blah" target="_blank" onclick="self.close()">Text</a>

shanuragu
07-31-2003, 05:16 AM
Sorry no change.

Hyper link is in one of the frame(top)!! along with this frame I have two more frames.
how can I close the whole window(with three frames).

shara