-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
>how can I response.sendRedirect to a _top or _parent window in a frame?
You can't, you have to initiate it from the form action, or anchor that initiated the
call.
so you use the target html attribute
<a href="/servlet/YourServlet?name=value" target="other_frame">
or
<form action="/servlet/YourServlet" target="other_frame">
Have fun ...
--
Subvert the dominant paradigm
http://www.cyber4.org/members/grumpy/index.html
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]