You are here: irt.org | BBS | didn't post Javascript? [This BBS is closed]
Posted by Andy Tatton on July 05, 1998 at 06:01:49:
In Reply to: Javascript Form Reading posted by Andy Tatton on July 05, 1998 at 05:59:23:
For some reason it didn't post the Javascript bit anyway here it is, it goes inbetween the script tags.
function gateKeeper () {
var password = document.logon.username + '-' + document.logon.password;
var location="trade/" + password + ".html";
location.href = location;
}
Follow-ups:
You are here: irt.org | BBS | didn't post Javascript? [This BBS is closed]