Print Page | Close Window

Registration Validation

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13934
Printed Date: 12 April 2026 at 6:11am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Registration Validation
Posted By: jackbros
Subject: Registration Validation
Date Posted: 21 February 2005 at 8:30pm
Hi there,
 
In a pickle because I cannot get the register.asp page to add this validation to it's list.
 
I really need some help
 
Many thanks
 
Jack
 
 {
 var userEmail = document.frmRegister.email.value;
 var compEmail = document.frmRegister.company.value;
 if( userEmail.substring(userEmail.indexOf( mailto:@ - '@' )) == compEmail.substring(compEmail.indexOf( mailto:@ - '@' )) )
  alert("Error - Only Members Can register");
 else
  alert("No error");
}



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net