OZONE Asylum
FAQ
Is the <APPLET> tag being phased out?
This page's ID:
5167
Search
QuickChanges
Forums
FAQ
Archives
Register
You are editing "Is the <APPLET> tag being phased out?"
Who can edit an FAQ?
Anyone registered may edit an FAQ.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The simple answer is yes it is - it will still work in new browsers for a while yet but if you are making code aimed at working in the future then you should start moving away from the <APPLET> tag. The following code will work in most browsers: [code] <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/products/plugin/1.4/jinstall-14-win32.cab#Version=1,4,0,mn" width="WIDTH" height="HEIGHT" align="baseline"> <param name="code" value="FILE NAME"> <param name="codebase" value="PATH TO FILE"> <param name="type" value="application/x-java-applet;jpi-version=1.4"> <comment> <embed code="FILE NAME" codebase="PATH TO FILE" type="application/x-java-applet;jpi-version=1.4" width="WIDTH" height="HEIGHT" align="baseline" pluginspage="http://java.sun.com/products/plugin/1.4/plugin-install.html"> <noembed> No Java 2 SDK, Standard Edition v 1.4 support for APPLET!! </noembed> </embed> </comment> </object> [/code] --------------------------------- Relevant links: [url=http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.4]http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.4[/url] [url=http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/using_tags.html]http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/using_tags.html[/url] --------------------------------- Relevant FAQs: [internallink=5099]Why do I have to use the <OBJECT> and <EMBED> tags?[/internallink] _________________________ [internallink=4626]Emperor[/internallink] [small][i](Added by: [url=http://www.ozoneasylum.com/cgi-bin/ubbmisc.cgi?action=getbio&UserName=Emperor]Emperor [/url] on Sat 22-Jun-2002)[/i][/small] [small][i](Edited by: [url=http://www.ozoneasylum.com/cgi-bin/ubbmisc.cgi?action=getbio&UserName=Emperor]Emperor [/url] on Sat 22-Jun-2002)[/i][/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »