Re: change target value in a servlet
viju <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <002901c2f03a$6e4043b0$6d00a8c0@viju> |
Target is set by the request. Servlet can only change anything bout the response.... Vj ----- Original Message ----- From: "Jean-Baptiste Noël" <[email protected]> To: <[email protected]> Sent: Saturday,March 22,2003 5:39 AM Subject: change target value in a servlet > Hi > It is possible to change the value of the attribute "target" in a > servlet. > Example of what I want to do: > I have in a page HTML the code is : > < FORM ACTION="./myservletA "target="under" > > and in myserveltA the code is: > if(testOK) > a page HTML goes in the frame "under" > else > I want to change the value of target to "left" to call a page HTML in > this frame. > > Thanks a lot > > ___________________________________________________________________________ > To unsubscribe, send email to [email protected] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html