function CheckForm()
{
if (document.myform.username.value=='')
{
alert('请输入您的用户名!');
document.myform.username.focus;
return false;
}
if (document.myform.password.value=='')
{
alert('请输入您的登录密码!');
document.myform.password.focus;
return false;
}
document.myform.submit();
}
function gowhere1(formname)
{
var url;
url = 'http://'+formname.searchStyle.value+'.sooedu.cn/s/';
formname.method = 'get';
formname.target = '_blank';
formname.action = url;
}
document.write("
");
document.writeln("");
document.writeln(" ");
document.writeln(" | <\/td>");
document.writeln(" <\/tr>");
document.writeln(" |
");
document.writeln(" |