servlets - setting TARGET on a redirect
in a framed page, one sub-page is driven
by a servlet.
in the GET - in a given condition, i'd like to redirect to
a new full page - i.e. replace all the sub-pages...not
just the servlet sub-page.
how would i do this.
.
Relevant Pages
- servlets - redirecting to a new url and _top browser
... in the GET - in a given condition, i'd like to redirect to ... just the servlet sub-page. ... Prev by Date: ... (comp.lang.java.programmer) - Re: New to JSP world
... via a supplied java based API that was written by my company. ... If the e-mail address is not found I need to redirect to an eror page. ... I personally prefer Servlet over Scriptlet because I want to keep java code separate from the jsp. ... (comp.lang.java.programmer) - IE6 macht Probleme mit multipart/form-data Formularen und folgendem Redirect
... Man könnte sich aber auch ein INPUT ... mit Typ FILE denken -> Formular zum Upload von Dateien. ... Das Servlet erhält die korrekte POST-Transaktion, ... Nur IE6 ignoriert das Redirect. ... (microsoft.public.de.german.inetexplorer.ie6) - Re: Client side waiting & timeout
... When the servlet completes, it informs the waiting jsp to redirect to ... i.e. the server-side script generating client-side code. ... (comp.lang.javascript) - Re: how to apply time constraints to JSP page
... How can this timer thread be interfaced with oher ... thread class constructor and then in the run method redirect the page ... How you go about blocking access is up to you; I'd recomment a filter ... (servlet filter, if you're just using the servlet API, or whatever ... (comp.lang.java.programmer) |
|