Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: javascript error line 1 illegal character - July 22, 1998 at 07:06:26

You are here: irt.org | BBS | Re: javascript error line 1 illegal character [This BBS is closed]

Posted by Martin Webb on July 22, 1998 at 07:06:26:

In Reply to: javascript error line 1 illegal character posted by Kevin on July 21, 1998 at 19:39:08:


: help me on this please

Try changing your code to:

var found = false;

for ( i = 0; i < users; i++) {
if (fullpass == userlist[i]) {
found = true;
opener.location.href = "file:///macintosh%20hd/Desktop%20Folder/Test/passfinal.html”
}
}

if (!found) {
alert (“Wrong name or password, try again!”)
}

Follow-ups:

You are here: irt.org | BBS | Re: javascript error line 1 illegal character [This BBS is closed]

©2018 Martin Webb