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
