You are here: irt.org | BBS | Re: didn't post Javascript? [This BBS is closed]
Posted by Michael Bednarek on July 05, 1998 at 07:11:57:
In Reply to: didn't post Javascript? posted by Andy Tatton on July 05, 1998 at 06:01:49:
: function gateKeeper () {
: var password = document.logon.username + '-' + document.logon.password;
: var location="trade/" + password + ".html";
: location.href = location;
: }
Try changing document.logon.username and document.logon.password to document.logon.username.value and document.logon.password.value respectively.
Follow-ups:
You are here: irt.org | BBS | Re: didn't post Javascript? [This BBS is closed]