Tab Applet Parameter Syntax

Below are the HTML code parameters (and their respective descriptions) for those who wish to:


Note
Note 
As a sophisticated Commander (wizard or management tool) is provided, these two methods are offered as optional extras for those with some experience with HTML coding.
Auscomp therefore regrets that it is unable to offer support relating to either.

Tab HTML applet parameters  & Comments:
<applet code="JAVATab2.class" width="400" height="50">
Codebase Tag for the Evaluation version
<applet code="JAVATabR.class" width="400" height="50">
Codebase Tag for the Registered version
In width and height, no % value is possible.
<param name="COPYRIGHT" value="(c)1997 AUSCOMP (www.auscomp.com)">
Copyright parameter is mandatory.
<param name="TAB_BG" value="255,255,255">
Default White for Background color.
<param name="TAB_FG" value="0,0,0">
Default Black for Foreground color.
<param name="TAB_MOUSEOVER" value="255,0,0">
Default Red for Mouse-over color.
<param name="TAB_FONT" value="TimesRoman; PLAIN; 20">
Default OS specific.
<param name="TAB_BG_IMAGE" value="OldPaper.gif">
If Background image is omitted, the specified background color will show instead.
<param name="TAB_DEFAULT" value="1">
The default start Tab has values 0-999.
When set to any value other than 999, that tab will become the current one showing and the HREF will be executed.
When the value is set to 999, the first tab will become the current one and no HREF will be executed.
<param name="TABONBOTTOM" value="no">
Yes/No - Tab on Bottom or Top
<param name="TAB0" value="Readme; who.htm; main;Status bar text for first tab"; none; none>
Usual Tab construction:
<param name="INCREMENTAL NUMBER value=LABEL TEXT; HREF 1; TARGET 1; STATUS BAR TEXT; HREF 2; TARGET 2>
</applet>
End parameter.

btnGoTop.gif (891 bytes)Scroll back to top

The following class files must be uploaded with the HTML files to your server:
File Name Location on Server
JAVATab2.class Into the SAME directory as this HTML file
Beans.class ROOT
BaseTabbedPanel.class ROOT
ButtonBase.class ROOT
DirectionButton.class ROOT
TabPanel.class ROOT
Timer.class ROOT

btnGoTop.gif (891 bytes)Scroll back to top


Re-locating the class files
In order to re-locate the class files into a different directory as the HTML file, just use the CODEBASE Tag:

EG:
<APPLET CODEBASE="/JCLASS" CODE="JAVATab.class" Width=245 Height=320>

Note
Note 

IMPORTANT NOTE:
If the class files are re-located, the relative URL will now point to the OLD class file directory. Therefore, the links will also have to be adjusted accordingly:

EG: Normally:
<APPLET CODEBASE="." CODE="JAVATab.class" Width="216" Height="259">

  • The HREF = myfile.htm

Then, if it is re-located to the JTab JTab directory for example:
<APPLET CODEBASE="JTab" CODE="JAVATab.class" Width="216" Height="259">

  • The HREF = .../myfile.htm

btnGoTop.gif (891 bytes)Scroll back to top

(c) 1996-1999 Auscomp - World Wide. All Rights Reserved.