> Could just be me not looking at things properly, but I've tried > windowName.focus() to no effect - cheers anyway.
If you look at my code I don't use windowname.focus When you open a window, the window.open() function returns an object which is a reference to the new window, so instead of using window.open() and discarding that reference you use w=window.open() and save the reference in w. Then you can use w.focus() or w.close() etc Try that :-) Bj ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
