Shift focus to a new window

wxdqz

New Member
Hi. I have a page which spawns another (popup) which shows an autogenerated password. The new window is called Password.

I want to put a link on the parent page which will shift focus to the Password window when clicked, so the punter doesn't think the password window has closed if it just loses focus to the main page. (IYSWIM)

I've tried <a href=http://www.webdeveloper.com/forum/archive/index.php/javascript:Password.focus()> and <a href=javascript:window.Password.focus()> and almost every other combination I can think of but they all show an error.

Any help, anybody?


Thanks a bunch

===Toby===
 
Back
Top