Redhead
05-14-2004, 09:51 AM
Hi There
I have a page with a text box, i want the user to be able to enter a number i give them that takes them to another page..
I need alot of help were can i go to find that type of script..
I have this type of script and not sure how to edit it to make it do what i want
function validForm(passForm) {
if (passForm.passwd1.value == "111111"){
I want to open the new page
else
alert("please try again")}
PLEASE HELP ME! :confused:
I have a page with a text box, i want the user to be able to enter a number i give them that takes them to another page..
I need alot of help were can i go to find that type of script..
I have this type of script and not sure how to edit it to make it do what i want
function validForm(passForm) {
if (passForm.passwd1.value == "111111"){
I want to open the new page
else
alert("please try again")}
PLEASE HELP ME! :confused: