Click to See Complete Forum and Search --> : Multiple Passwords


TJJ
05-15-2003, 01:37 PM
I can't seem to get this script to work with multiple passwords.

It works fine with one password (soybean)
http://www.optioncaddie.com/test.htm

but when I add a second password it doesn't work (44210).
http://www.optioncaddie.com/test1.htm

AdamGundry
05-15-2003, 01:42 PM
You missed out a closing curly brace (}) , I think. Iterating through an array of passwords would be better if you are going to have large numbers of passwords.

Adam

pyro
05-15-2003, 01:43 PM
Two thing. One, you forgot your closing } for the first if statement, and two, your second if should be else if...

pyro
05-15-2003, 01:45 PM
Sorry about posting right after you, AdamGundry... I'm not trying to...