Assimilate
Technical User
Hello everyone, i have a coding problem that is really annoying.
I have written the following code to open a window :
<A HREF = "#" onClick="window.open('babyout.avi','myWin','status,scrollbars,width=400,height=550');return false"> <IMG BORDER = "0" SRC ="previewteaser1.jpg"> </A>
the only problem is that once this window is open, and i then open another window infront of it, and i then click on the link which opened the javascript window, the javascript window doesnt return to the front.
How do i get the focus on the javascript window once it has been taken of??
Thanks
I have written the following code to open a window :
<A HREF = "#" onClick="window.open('babyout.avi','myWin','status,scrollbars,width=400,height=550');return false"> <IMG BORDER = "0" SRC ="previewteaser1.jpg"> </A>
the only problem is that once this window is open, and i then open another window infront of it, and i then click on the link which opened the javascript window, the javascript window doesnt return to the front.
How do i get the focus on the javascript window once it has been taken of??
Thanks