Does anyone know how to have dynamic control in a
JSP file which browser window
that JSP file itself
should be displayed? For example, I have two browser window
A and B and submit a form from one of the windows. After processing
that
request, I return foo.jsp. The difficulty is that I
want to display foo.jsp in A
if certain conditions are
detected on the SERVER side, otherwsie, display
foo.jsp
in B. I tried the header window-target, which only worked in netscape.
I am not talking about the target attribute of form or link etc
because they are
client-side control and can be only
used to define the window target for the
next JSp
file.
Thanks.
-james

