电子商务师考试

解析:阅读以下说明,根据要求回答问题。 [说明] 某公司用ASP+Acces

来源:网考网电子商务师 所有评论

【分析解答题】阅读以下说明,根据要求回答问题。
[说明]
某公司用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><img src="yz.asp"bordeF’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
网考网解析:
试题答案:G(或function) D(或true) C(或check.asp) E(或text) A(或password) F(或submit) B(或reset) 答案解析:暂无解析 document.getElementById("warp").style.display="none"; document.getElementById("content").style.display="block"; 查看试题解析出处>>

相关推荐

发布评论 查看全部评论