You are here: irt.org | BBS | Re: didn't make any difference [This BBS is closed]
Posted by Enrique Reyes on July 05, 1998 at 20:05:16:
In Reply to: didn't make any difference posted by Andy Tatton on July 05, 1998 at 13:49:01:
Try changing the name of the variable from location to other name such "Locus"
Enrique Reyes
: : : 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 | Re: didn't make any difference [This BBS is closed]