阅读下列说明,根据网页显示的效果图,回答问题1至问题4,将解答填入对应的解答栏内。

题型:问答题

问题:


阅读下列说明,根据网页显示的效果图,回答问题1至问题4,将解答填入对应的解答栏内。
【说明】
以下是用ASP实现的一个在线留言系统。用IE打开网页文件index.html后的效果如图5-1所示。

【index.html 文档的内容】
<html>
<head>
<title>在线留言系统</title>
</head>
<body>
<p align="center"><font color="#006699">在线留言系统</font></p>
<form method="post"action="submit.asp">
<table border="0"cellspacing="1"width="89%">
<tr>
<td>姓名: </td>
<td>< (2) name="name" size="30" class="text" maxlength="20"></td>
</tr>
<tr>
<td>性别: </td>
<td>< (3) name="sex" size="1">
<option selected>请选择你的性别</option>
<option value="男">男</option>
<option value="女">女</option>
</select></td>
</tr>
<tr>
<td><b>简短留言: </font></b></td>
<td>< (4) name=-content" rows="6" cols="45" class="text"></textarea>
</td>
</tr>
<tr>
<td>< (5) name="submit’’ class="btn" value="提交留言"></td>
<td>< (6) name="B1" value="全部重填" class=’!btn"></td>
</tr>
</table>
</form>
</body>
</html>
【submit.asp 文档的内容】
<%
If request.form("name")=" " Then
response.write"<script>alert(’请填写留言人性名!’); history.back()
</script>"
response.end
End If
If request.form("sex")=" " or request.form("sex")="请选择你的性别" Then
response.write"<script>alert ’请选择留言人性别’);history. back()
</script>"
response.end
End If
If len( (7) )>100 Then
response.write"<script>alert(’争议不能超过100字!’); history. back()
</script>"
response.end
End If
%>
<!--#include file="conn.asp" -->
<%
dim rs,sql
set rs=server. (8)
sql="select * from data where (id is null)"
rs.open sql,conn, 1,3
rs. (9)
rs("name")= (10)
rs("sex")=request.form("sex")
rs("content")=request.form("content")
rs("date")=now()
rs("ip")=request.ServerVariables("remote_addr")
rs. (11)
rs.close
conn.close
response.redirect"success.asp"
%>

【问题4】 response.redirect"success.asp"语句的作用是 (12) 。 (12)

A.弹出success.asp网页窗口 B.重定向到success.asp网页
C.关闭Success.asp程序 D.修改success.asp程序

考点:计算机软件水平考试初级网络管理员计算机水平考试初级网络管理员2008年上半年下午真题
题型:问答题

腹腔镜下行肾盂癌根治术时,与CO气腹相关的并发症包括()

A.皮下气肿

B.高碳酸血症

C.气体栓塞

D.肩部疼痛

E.深静脉血栓

题型:问答题

局麻药的要求作用起效慢,药物半衰期长。()

题型:问答题

把人格特质分为共同特质与个人特质的心理学家是( )。

A.卡特尔
B.奥尔波特
C.霍兰德
D.斯坦伯格

题型:问答题

关于带状疱疹性睑皮炎的临床表现,错误的是

A.数日后疱疹逐渐于涸,最后结痂,不留瘢痕
B.正在接受放射治疗或免疫抑制剂治疗的患者容易发生本病
C.炎症消退后,皮肤感觉数日后方可恢复
D.发病数日后,皮肤上出现成簇的疱疹,局限于面部的一侧,不超过中线
E.发病前在三叉神经分布区域常先有剧烈的疼痛

题型:问答题

若2004年我国总人口为13.6亿,我国农村贫困人口占我国总人口()。

A.2.8%

B.5.3%

C.5.6%

D.5.8%

更多题库