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
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.