");
function checkform()
{
if(document.toplogin.uname.value=='')
{
alert('请输入登录用户名!');
document.toplogin.uname.focus();
return false;
}
if(document.toplogin.pwd.value=='')
{
alert('请输入登录密码!');
document.toplogin.pwd.focus();
return false;
}
return true;
}
document.write("
");document.write("