Please overlook the Filemaker Pro database part. Does anyone see anything
wrong with the script? Thanks
<HTML>
<HEAD>
</HEAD>
<script language="Javas cript">
alert("To access the following area, you must pass a "
+"members-only, authorization test.\n \n At the appropriate "
+"time, enter in your Member ID and last 4 digits of your Social
Security Number.")
var username = prompt("Enter in your MEMBER I.D.","")
var password = prompt("Enter in your Last 4 of Social Security Number","")
var WebLogIn = username + "-" + password;
</script>
<FORM ACTION="FMPro" METHOD="post">
<INPUT TYPE="hidden" NAME="-db" VALUE="WebMembe rs.fp5">
<INPUT TYPE="hidden" NAME="-lay" VALUE="Data Input">
<INPUT TYPE="hidden" NAME="-format" VALUE="detail.h tm">
<input type="text" name="WebLogIn" value= "" OnSubmit= "WebLogIn">
<input type="submit" name="-find" value="Login">
</FORM>
</HTML>
wrong with the script? Thanks
<HTML>
<HEAD>
</HEAD>
<script language="Javas cript">
alert("To access the following area, you must pass a "
+"members-only, authorization test.\n \n At the appropriate "
+"time, enter in your Member ID and last 4 digits of your Social
Security Number.")
var username = prompt("Enter in your MEMBER I.D.","")
var password = prompt("Enter in your Last 4 of Social Security Number","")
var WebLogIn = username + "-" + password;
</script>
<FORM ACTION="FMPro" METHOD="post">
<INPUT TYPE="hidden" NAME="-db" VALUE="WebMembe rs.fp5">
<INPUT TYPE="hidden" NAME="-lay" VALUE="Data Input">
<INPUT TYPE="hidden" NAME="-format" VALUE="detail.h tm">
<input type="text" name="WebLogIn" value= "" OnSubmit= "WebLogIn">
<input type="submit" name="-find" value="Login">
</FORM>
</HTML>
Comment