I am using Netscape 6 .
My
servlet opens a popup window in a
java script function and gives focus to newly opened popup window (windowname.focus() ).
After this line I am saying form.submit() in same function.
Now here is problem .....
New Servlet opens and gains the focus and I want focus on prev. opened pop up window..
One more thing .........
I want that code for opening popup window should be there in first servlet only as action property of form changes dynamically,so I can not open pop up window on 'onload' event of second servlet.
How can I do this ???
Please help me urgently
thanks in advance
ninad