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
