
VMAX AFFORD

Applet tag example 

<APPLET CODE=vmaxafford.class WIDTH=400 HEIGHT=270> 
<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="LABEL0"    VALUE="Monthly Gross Income:"> 
<PARAM NAME="LABEL1"    VALUE="Monthly Debts \n(credit cards, loans, etc):"> 
<PARAM NAME="LABEL2"    VALUE="Monthly Property Taxes:"> 
<PARAM NAME="LABEL3"    VALUE="Monthly Heating Costs:"> 
<PARAM NAME="LABEL4"    VALUE="Interest Rate:"> 
<PARAM NAME="LABEL5"    VALUE="Down Payment:"> 
<PARAM NAME="LABEL6"    VALUE="Maximum amount\nyou can afford"> 

<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..6	Labels texts,One can use  "\n" for multiple line labels 

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. 
