blocking of page in IE
hi my problem is simple,
in my jsp i have two window.open's, one opens a jsp directly and the other is sending a request to a servlet and it opens a jsp.
now the second one(redirecting to servlet) gets blocked if the blocking option is set, so i cannot view it from my IE or firefox.
I would like to know how can i solve this problem as i would like the window to open even if it is directed to the servlet
thanks
|