View Single Post
  #8  
Old 10-05-2009
c0sie c0sie is offline
*SuPeRsTaR mEmBeR*
 
Join Date: Feb 2006
Location: Cheltenham
Posts: 3,294
Default

Also, I presume that
Code:
if (intValidPassword = 1);
			alert("Your password is valid!")
should be

Code:
if (intValidPassword == 1);
			alert("Your password is valid!")
??

Thanks
__________________
Previously:
BRCA Micro Section Chairman.
BRCA Micro National Champion.

Currently:
JQ fan.
Bellend.

Forums are better than Facebook groups
Reply With Quote