P
ppcguy
i've got a servlet running in a frame window.
in certain situations, i'd like to redirect the user to
a new page...complete new frame.
in html it would be done with the TARGET attribute.
<A HREF="/new-url" TARGET="_parent">New link</A>
is this possible in a servlet.
the HttpRespons sendRedirect() method does not for the
specification of a target.
in certain situations, i'd like to redirect the user to
a new page...complete new frame.
in html it would be done with the TARGET attribute.
<A HREF="/new-url" TARGET="_parent">New link</A>
is this possible in a servlet.
the HttpRespons sendRedirect() method does not for the
specification of a target.