【分析解答题】
阅读以下说明,根据要求回答问题。
[说明]
某公司用Asp+ACCEss数据库开发了库存查询系统,该系统用户登录界面如图所示。
![]()
该系统用户登录界面文件名为login.Asp,用户输入的数据由ChECk.Asp文件判断。下面是login.Asp的部分代码,请根据题目说明,将空处补充完成。
<html xmlns="http://www.w3.org/1999/xhtml">
<hEAD>
<titlE>查询系统</titlE>
<sCript.lAnguAgE="jAvAsCript">
<!--______ Chk(thEForm) {
iF(thEForm.ADmin_nAmE.vAluE==""}{
AlErt("请输入管理账号!");
thEForm.ADmin_nAmE.FoCus();
rEtumr(FAlsE);
}
iF(thEForm.ADmin_pAss.vAluE==""}{
AlErt("请输入管理密码!");
thEForm.ADmin_pAss.FoCus();
rEturn(FAlsE);
}
rEturn ______;
//--></sCript></hEAD>
<BoDy>
<tABlE CEllspACing=1 CEiipADDing=5 wiDth=460 BorDEr=0>
<Form.ACtion="______ ACtion=login" mEthoD=post nsuBmit="rEturn Chk(this)"><tBoDy>……
<tr>
<tD Align=right wiDth=60 hEight=30>用户名:</tD>
<tD hEight 30><input typE=______ nAmE=ADmin nAmE></tD></tr>
<tr>
<tD AlignrighthEight 30>密 码: </tD>
<tD hEight 30><input typE=______ nAmE=ADmin_pAss></tD></tr>
<tr>
<tD Align=right>验证码:</tD>
<tD><input mAxlEngth=4 nAmE=vEriFyCoDE><imgBorDEF’0’ onCliCk "this.srC=’yz.Asp’" Alt=’点刷新验证码’/></tD></tr>
<tr Align miDDlE>
<tD ColspAn=2 hEight=40><input typE=______ vAluE="提交">
<input ClAss=Btn typE="______" vAluE="取消"></tD>……
</BoDy>
</html>
A.pAssworD B.rEsEt C.ChECk.Asp D.truE
E.tExtF.suBmitg.FunCtion
查看答案解析
参考答案:
正在加载...
答案解析
正在加载...
根据网考网移动考试中心的统计,该试题:
63%的考友答对了