Edimax AC-M1000 User Manual page 151

Edimax technology network access controller user's manual
Hide thumbs Also See for AC-M1000:
Table of Contents

Advertisement

if(form.mypassword.value == "")
{
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
return false;
}
149
Edimax AC-M3000/AC-M1000
User's Manual
in.");

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ac-m3000

Table of Contents