1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Applets > <APPLET ...>

Attribute for <APPLET ...>
CODEBASE ="text string"

Use CODEBASE to give the path to your applet CODEBASE indicates the path to the directory of the applet class. CODEBASE is used for telling how to find the class file when it is not in the same directory as the web page. Do not use CODE to indicate the path, use CODEBASE.

In this example, the class file is in the directory "applets", which is a different directory than where the web page is:

<APPLET
CODE="MyApplet.class"
CODEBASE="/applets/"
WIDTH=100 HEIGHT=100>

<APPLET WIDTH="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com