Click to See Complete Forum and Search --> : Popups behaviour


thoOmas
10-24-2003, 02:23 AM
Hi, guys !

Well, I've got two questions for you :

1°) Imagine that you open a popup with a link in your main page and you put this new window in the status bar. Is it possible to give this popup the focus back when you click on the "calling link" again ?

2°) Is it possible to close automatically all the popups called from a main page when this main page is closed ?

Thank you very much for your answers, guys !

PS: ... and sorry for my pityful english. I'm french ... :-)

Mr J
10-24-2003, 08:07 AM
To refocus the popup

In the calling link add onclick="windowname.focus()"


where windowname is the name of your popup