Hi,
I have a situation where I click on a href in my first
jsp, say Test1.jsp and am redirected to Test2.jsp, which in turn opens a new window using window.open from a javascript. This works fine when there is no popup blocker. Unfortunately, IE on Windows XP has popup blocker with medium severity and it blocks the new window. Here's how my code is:
Test1.jsp
NOTE: My original page has a menu item on clicking which, I will be redirected to Test2.jsp.
Test2.jsp
If you look at my code, I am calling the javascript function to open the window inside the <head> tag. I tried to put it in body onload too, but it didnot help either.
The reason I couldn't open the new window from Test1.jsp itself is, I want user to complete some
test in the new window and then come back to a page that asks him to click on something to get the score. [I haven't put that refresh button code in test2.jsp, but just the skeletal code]
How do I go about opening the new window so that it is not treated as a popup?
Any help is appreciated.
Thanks
Padma
[ January 09, 2006: Message edited by: Priyaa V Kumar ]
[ January 09, 2006: Message edited by: Priyaa V Kumar ]
[ January 09, 2006: Message edited by: Bear Bibeault ]