|
-
September 22nd, 1999, 04:03 PM
#1
Sending values applet to applet
I am working on a project where I have to send several values from 1 applet to another applet on a separate page. I have been able to send a single value using this code:
getAppletContext().showDocument(new URL(getCodeBase(),"java2html.html?" + "message=" + URLEncoder.encode(labelPercentage.getText())));
but haven't been successful sending 2 or more values. Can anyone give me any suggestions? Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|