Guest_imported
New member
- Jan 1, 1970
- 0
Hi I would like to use vbscript to valid user's password when they sign up for a user name. I cannot accept special characters and how do I do that? I tried: IF instr(document.RegForm.passwd.value, "[\/:*?"<>|]" > 0 THEN but it does not work. Any suggestion?