beautypg.com

PLANET WSG-404 User Manual

Page 141

background image

Wireless Subscriber Gateway

141

{

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;
}

disclaimer.style.display='none';