Displaying Document in The Right Frame  
Author Message
nelbathy





PostPosted: 2004-8-14 0:59:00 Top

java-programmer, Displaying Document in The Right Frame How do I display a document in the right frame using java applet
button in the left frame?
 
Tor Iver Wilhelmsen





PostPosted: 2004-8-14 1:08:00 Top

java-programmer >> Displaying Document in The Right Frame email***@***.com writes:

> How do I display a document in the right frame using java applet
> button in the left frame?

getAppletContext().showDocument(theURL, "framename");