The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

RE:Clearing a Html page

Posted by Kishori Sharan on January 03, 2001 at 9:56 AM

I think when you take some action in one applet ( e.g. clicking on a button ) then you want to display another applet in the same browser window. I am sorry if I misunderstood your question.
This is done by showDocument ( URL ) method of AppletClass and it works in IE5.0 . If you are using frames and nested frames then you need to use showDocument ( URL, String ) method. If this is the problem then you can send me the code snippet you are using to display the another applet with details of HTML page layout and I can look at it.

Thanx
Kishori



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us