The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 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:

Use OBJECT tag instead of APPLET tag

Posted by Kishori Sharan on June 11, 2001 at 9:37 PM

Browsers support JDK1.1 and not JDK 1.3. If your applet uses JDK1.3 then you need to use OBJECT tag to dispay your applet instead of old APPLET tag in HTML page. Download HTML_Converter from java.sun.com for free and convert your old HTML file which were using APPLET tags in new HTML files with OBJECT tag. This will display your JDK1.3 applets in browser.

Thanks
Kishori



Replies:

Sponsored Links



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