Results 1 to 2 of 2
- 07-30-2007, 05:43 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
problems with applet session between to two applets
I want to create a session between to two applets.
Is it possible to have both of these methods??
in the same applet class. I'm getting the instance of the second applet with the help of:Java Code:getApplet("String s"); showDocument(URL url);
and setting the values of certain components of the second applet.Java Code:getApplet("String s");
Then I try to make use of
method to display the second applet which has been dynamically updated in the first applet.Java Code:showDocument(URL url);
I tried this, but it is not working.
So how to set the value of second applet from first applet and make the second applet available in the web page?
- 08-07-2007, 03:23 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 41
- Rep Power
- 0
Similar Threads
-
problems when I try to run an applet
By boy22 in forum Java AppletsReplies: 2Last Post: 08-11-2007, 03:47 PM -
Problems with compile applet
By coco in forum Java AppletsReplies: 1Last Post: 08-07-2007, 07:43 AM -
problems with assigning a value to object session
By osval in forum New To JavaReplies: 1Last Post: 08-06-2007, 11:10 PM -
problems with applet
By paty in forum Java AppletsReplies: 1Last Post: 08-05-2007, 04:16 AM -
Problems to show images in applets
By Felissa in forum Java AppletsReplies: 1Last Post: 07-06-2007, 09:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks