Implementing:
Below is the syntax of the HTML code that is required to implement the 1st JAVATab&Tree into your Web site.
- The blue part of the syntax is the HTML Code which should NOT be altered.
- The red part of the syntax may be altered according to the values and text that you require.
The blue code may be copied from here below or alternatively, copy the source code from our sample file and alter the values (red) to your specific needs as described.
Example:
Please note: It is best NOT to use Front Page for implementing Java applets as the parameter order gets easily jumbled. It is safest to use a text editor such as Wordpad or Notepad.
The applet HTML code:
<APPLET CODE="JAVATree.class" WIDTH=220 HEIGHT=300> |
CODE="JAVATree.class" | The name of the applet. This may not be altered. |
WIDTH=220 | The actual width of the applet. It may be altered to your needs. |
HEIGHT=300 | The actual height of the applet. It may be altered to your needs. |
</APPLET> |