Posted By:
Anonymous
Posted On:
Wednesday, April 25, 2001 08:43 AM
Using AppletContext.showDocument( url, target ) we can invoke a
JSP/servlet to a specified window (frame). However, by doing so, we
can only use GET method because the input parameter url is a
url string. How can we achieve the same thing using POST method?
Thanks