Adding an applet to a html page…
easy to upload an applet to a web page, here are the steps:
1. Have the applet done in notepad and built in a java compiler.
2. Upload the applet to the designated folder on your host directory.
3. add this code to your an html file:
* due to the nature of wordpress.com, I cannot place the carrot symbols, instead I’ll use the bracket symbols…
[html]
[APPLET CODE = "name of applet.class" WIDTH = "the width#" HEIGHT="the height#" ]
[/APPLET]
[/html]
// you can add tags if you like, or add it in a table.
applets are quite easy to create and show in your site using JAVA Applets and html content to create dynamic content in your site.
Advertisement
No trackbacks yet.