无限精彩,DreamflyIT世界!

有一种执著叫坚持,有一种梦想叫超越!

导航

日语考试自动进入系列(一)

Posted on 2006-04-28 11:16  韦忠波  阅读(125)  评论(0编辑  收藏  举报
//用于登录进入,反本页的信息导入loginServle下的首页
function GoFirst(){
 userName=txtUserID.value;
 password=txtPassword.value; 
 parent.frames["main"].location.href="http://jlpt.etest.net.cn/loginServlet?useridno=" + userName + "&userpwd=" + password;
 //bCanUse=true;//useridno和userpwd分别为目标网页的控件id
}