function open(){
if(myform.password.value=="123456"){
document.form.action="index.html";
return true;
}else{
alert("密码不正确!")
return false;
}
}
function open(){
if(myform.password.value=="123456"){
document.form.action="index.html";
return true;
}else{
alert("密码不正确!")
return false;
}
}