
VMAX MORTGAGE

Applet tag example 

<APPLET CODE=vmaxmortgage.class WIDTH=300 HEIGHT=160> 
<PARAM NAME="BGCOLOR"   VALUE="c0c0c0"> 
<PARAM NAME="TEXTCOLOR" VALUE="000000"> 
<PARAM NAME="FONT"      VALUE="dialog,1,12"> 
<PARAM NAME="AUTHOR"    VALUE="Virtual_Max (http://vmax.netfx.com)"> 
<PARAM NAME="OPTIONS"   VALUE="5 years |10 years |20 years |25 years |30 years"> 
<PARAM NAME="SELECTED"  VALUE="1"> 
<PARAM NAME="LABEL0"    VALUE="Amount borrowed:"> 
<PARAM NAME="LABEL1"    VALUE="Annual Interest Rate:"> 
<PARAM NAME="LABEL2"    VALUE="Number of Years: "> 
<PARAM NAME="LABEL3"    VALUE="Monthly Payment:">  
<PARAM NAME="KEY"       VALUE="Please, Register..."> 
</APPLET> 

Parameters 
  
BGCOLOR		Applet background color in hexadecimal RRGGBB format same as 
		HTML colors are but without # hexadecimal radix symbol. 
		(optional parameter)

TEXTCOLOR 	Applet text color (optional parameter)

FONT		Font parameter contains one of the predefined platform 
		independent fontnames, FontStyle and FontSize separated by 
		commas. Fontname can be one of the following: dialog, 
		inputDialog, Helvetica, Courier or TimesRoman 

AUTHOR		Obligatory parameter, don't alter it's value, it should be: 
          	Virtual_Max (http://come.to/vmax.com)

LABEL0..3	Labels texts,One can use  "\n" for multiple line labels 

OPTIONS		List of years options separated by | character, Note: each 
		option should starts with years number followed by space 
		character.

SELECTED	Index of initially selected option. (Enumeration starts from 
		0)

KEY		Obligatory parameter. Applet can be used absolutly free with 
		KEY "Free Version". Free version of the applet adds link back
		to VMax site to the applet. If you want to get rid of this 
		additional link, please register. 
