This is a test:

This is the second form :





<HTML> <HEAD> </HEAD> <BODY BGCOLOR="white"> This is a test:<P> <FORM NAME="FORM 1"> <INPUT TYPE="text" NAME="form1Text" VALUE="hello" SIZE=10> <INPUT TYPE="button" NAME="form1Button" VALUE="test"> </FORM> This is the second form : <FORM> <SELECT NAME=form2Select" SIZE=3 MULTIPLE> <OPTION>Microsoft <OPTION>Netscape <OPTION>Sun Micro </SELECT> </FORM> <PRE> <SCRIPT LANGUAGE="JavaScript"> <!-- document.writeln("document has"+document.forms.length+"forms"); //--> </SCRIPT> </PRE> </BODY> </HTML>