Displaying Document in The Right Frame
Index
‹
java-programmer
Author
Message
nelbathy
Posted: 8/14/2004 12:59:00 AM
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
Posted: 8/14/2004 1:08:00 AM
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");
Index
‹
java-programmer