many thanks Rob
Here is the script:
Code:
<SCRIPT language="JavaScript"><!--
function check() {
// Prompt user for the password ...
pwd = prompt('Enter password before continuing','');
location.href = 'http://www.translease.com.au/calculate/' + escape(pwd) + '.html';
}
// -->
<
Leave a comment: