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

BBS: didn't make any difference - July 05, 1998 at 13:49:01

You are here: irt.org | BBS | didn't make any difference [This BBS is closed]

Posted by Andy Tatton on July 05, 1998 at 13:49:01:

In Reply to: Re: didn't post Javascript? posted by Michael Bednarek on July 05, 1998 at 07:11:57:

: : 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.

Thanks for the help, but it still doesn't load the new page. : (
Follow-ups:

You are here: irt.org | BBS | didn't make any difference [This BBS is closed]

©2018 Martin Webb