|
|
<APPLET ...>CODE = "text string"CODE
| this code | produces this |
<APPLET CODE="MyApplet.class" WIDTH=100 HEIGHT=100> <PARAM NAME=TEXT VALUE="Hi There"> <P>Hi There<P> </APPLET> |
If the class file is in a different directory than your HTML file, only give the file name, not
the path. Use CODEBASE
| WRONG | RIGHT |
|---|---|
<APPLET
CODE="../graphics/MyApplet.class"
WIDTH=100 HEIGHT=100>
|
<APPLET
CODE="MyApplet.class"
CODEBASE="../graphics/"
WIDTH=100 HEIGHT=100>
|
| (doesn't work) |
|
Recommended Resources |
|||
| web hosting tutorials Credit Help |
Search the Internet Search Engine Help |
Low Fat Lifestyle Internet Traffic |
Web
Hosting Web Design |
|
Discount
Hotel Reservations All
Rights Reserved, Copyright © Free-HTML-Tutorials.com 2003 |
|||