Java Reference
In-Depth Information
<TITLE>
Member Registration
</TITLE>
<SCRIPT language=JavaScript1.1 >
function validate(form){
if( form.elements["firstName"].value==" "||
form.elements["lastName"].value=="" ||
form.elements["email"].value=="" ||
form.elements["city"].value=="" ||
form.elements["state"].value=="?"||
form.elements["zip"].value=="" ){
alert("Please enter first name, last name, email, city, state and
zip.");
return false;
} return true;
}
</SCRIPT>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
</HEAD>
<BODY bgColor=#ffffff>
<BASEFONT face=Arial size=3>
<FORM action=ProcessNAForm.jsp method=POST target=_self
onSubmit="return validate(this);">
<TABLE cellPadding=0 BORDER=0>
<TR>
<TD>
<TABLE cellPadding=0 BORDER=1>
<TR>
<TD valign=center>
</P>
<SMALL>
<CENTER>
<FONT color=#ff0000>
Information contained in the shaded portion of this page will be
kept
confidential.
</FONT>
</CENTER>
<SMALL>
</TD>
</TR>
Search WWH ::




Custom Search