PDA

View Full Version : Need some help with a window


midez
10-02-2004, 03:11 PM
I have a thing were i open an extra window with an image button. In that window (with two frames) the top frame contains a link. I want this link to close the window and open a link in the frame were the extra window was opened from.

Did you understand that?

How is this done :confused:

Willy Duitt
10-02-2004, 06:56 PM
Try self.close() to close the window...
And opener.location.href to open the link....

.....Willy