Planet Technology WLS-1280 User Manual

Page 147

Advertising
background image

144

{

alert("Please

enter

password.");

form.mypassword.focus();

form.mypassword.select();

disableButton=false;

return

false;

}

if(disableButton==true)

{

alert("The system is now logging you in, please wait a moment.");

return

false;

}

else

{

disableButton=true;

return

true;

}

return

true;

}

function

reminder_onclick(form)

{

Reminder.myusername.value

=

form.myusername.value;

Reminder.mypassword.value

=

form.mypassword.value;

Reminder.submit();

}

function

cancel_onclick(form)

{

form.reset();

}

function check_agree(form)

{

if(form.selection[1].checked == true)

{

alert("

You disagree with the disclaimer, therefore you will NOT be able to log in

.");

return false;

}

Advertising