function checkemail (entry) { var indx ; if (entry.length <= 0) return -1 ; indx = entry.indexOf("@"); if(indx == -1) return -1 ; indx = entry.indexOf(".",indx); if(indx == -1) return -1 ; if(indx == entry.length-1) return -1 ; return 0; } function ValidateIt(f) { var c; var i; var rc; rc = new Object; if (checkemail(f.x_emailaddress.value) < 0) { alert('Please Enter Valid Email'); document.SignUpForm.x_emailaddress.focus(); document.SignUpForm.x_emailaddress.select() return false; } if (checkemail(f.emailaddress2.value) < 0) { alert('Please Enter Valid Email'); document.SignUpForm.emailaddress2.focus(); document.SignUpForm.emailaddress2.select() return false; } if (f.x_emailaddress.value != f.emailaddress2.value) { alert ("The email addresses you have entered do not match"); document.SignUpForm.x_emailaddress.focus(); document.SignUpForm.x_emailaddress.select() return false; } if (f.x_password.value != f.password2.value) { alert ("The passwords you have entered do not match"); document.SignUpForm.x_password.focus(); document.SignUpForm.x_password.select() return false; } if (f.x_password.value == "") { alert ("You have not provided a password"); document.SignUpForm.x_password.focus(); document.SignUpForm.x_password.select() return false; } for (i = 0; i < f.elements.length; i++) { c = f.elements[i].name.charAt(0); if (c == "x") { if ( f.elements[i].type == "text" && f.elements[i].value == "" ) { alert ("Please be sure to fill in all required fields. Thanks!"); document.SignUpForm.x_firstname.focus(); document.SignUpForm.x_firstname.select() return false; } else if ( f.elements[i].type == "select-one" && f.elements[i].selectedIndex == 0 ) { alert ("Please be sure to fill in all required fields. Thanks!"); document.SignUpForm.x_firstname.focus(); document.SignUpForm.x_firstname.select() return false; } else if ( f.elements[i].type == "checkbox" ) { if (rc[f.elements[i].name] != true) { rc[f.elements[i].name] = f.elements[i].checked; } } } } for (b in rc) { if (rc[b] != true) { alert ("Please be sure to fill in all required fields. Thanks!"); document.SignUpForm.x_firstname.focus(); document.SignUpForm.x_firstname.select() return false; } } return true; } //-->

|
Register Only Once
You only have to register one time. Each time we run a survey, we'll notify you by e-mail. To participate please click on the link to our Web site, where you will have to log in with your email and password and take the survey. The REMODELING Reader
Panel is a unique way to help yourself and your |
| *Required Information |