当前位置:首页计算机类软件水平考试初级网络管理员->阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内

阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内。

【说明】

某论坛的首页及留言页面如图5-1、图5-2所示。

初级网络管理员,章节练习,初级网络管理员真题卷

初级网络管理员,章节练习,初级网络管理员真题卷

【问题1】(6分)

请根据图5-1和图5-2补充完成下面留言页面代码:

......

<TABLE width="100%" border=0 ce11Padding=5 ce11Spacing=0>

<form name="frmguestbook" method=post(1)="leavemessage.asp" onSubmit="return checkGuestBook () ">

<tr>

<td height=30 align=right c1ass="border_t_1_r_01">留言类型:</td>

<td colspan="3" c1ass="border _t_ r_01"> <(2)name="InfoType">

<option value ="0"(3)>请选择留言类型 </option>

<option va1ue='1'> 网管咨询 </option><option va1ue='2'> 意见建议

</option><option value='12'>其他</option>

</select> <font color=red>*</font></td>

</tr>

<tr >

<td height=30 align=right class="border_t_l_r_01"> 留言主题:</td>

<td colspan="3" class="border_t_r_0l "> <INPUT type= "(4)" style="WIDTH:515px" maxLength="60" name="Topic" value=""> <font color=red>*</font></td>

</tr>

<tr>

<td height=30 align=right class="border_t_1_r_01"> 留言内容:<br><font color=red> 限 500 汉字内</font></td>

<td colspan="3" class="border_t_r_01"> <(5)name="Content" class=input 01 style="height:60px;WIDTH:515px"></textarea> <font color=red>*</font>

<!--br><div style="width:520px"></div--></td>

</tr>

<tr>

<td height=30 align=middle class="border_t_b_l_r_01">  </td>

<td colspan="3" align=left class="border_t_b_r_0l"><input type=submit value=" 填好了,现在就提交留言! "name="submit">

</tr>

(6)

</table>

空(1)~(6)备选答案:

A. textarea B. </form> C. select D. selected E. action F.text

【问题2】(5分)

在留言页面中,为保证系统运行的效率,添加了脚本程序对用户输入的留言信息进行验证,当用户输入信息不符合要求时,弹出相应窗口提示用户。补充完成下面验证部分的代码。

<script language=javascript>

Function(7)

{

......

if (strlength (Jtrim(document.frmguestbook.Topic.(8)))> (9))

{

Window:(10)("留言主题不得超过 30汉字或 60字符! ");

document. frmguestbook.Topic.focus();

return (11)

}

......

}

return true

}

</script>

【问题 3】 (4 分〉

在论坛首页中有访客计数器,访客计数存放在系统 coun 文件夹的 counter.txt中,请补充完成下面计数器的部分代码。

......

<%

dim visitors

(12)=server.mappath("coun/counter.txt")

set fs=(13).createobject("Scripting.FileSystem Object")

set thisfile=fs.opentextfile(whichfile)

visitors=thisfile. (14)

thisfile.close

countlen=len(visitors)

for i=1 to 5-countlen

response.write "<img src=counter/0.gif>"

next

for i=1 to countlen

response. write "<img src=counter/" & mid (visitors ,i,1) & ".gif></img>"

next

visitors=(15)+1

set out=fs.createtextfile(whichfile)

out.writeline(visitors)

out.c1ose

set fs=nothing

%>

......

空(12)~(15)备选答案:

A.counter B. server C. request D. whichfile E.readline F.visitors

答案:
本题解析:

【问题1】(6分,每空1分)

(1)E或action

(2)C或select

(3)D或selected

(4)F或text

(5)A或textarea

(6)B或</form>

【问题2】(5分,每空1分)

(7)checkGuestBook()

(8)value

(9)60

(10)alert

(11)false

【问题3】(4分,每空1分)

(12)D或whichfile

(13)B或server

(14)E或readine

(15)F或visitors

【问题1】

此题考查的是HTML页面中表单以及表单元素的常见标签代码。表单的method属性有post和get两种方法。POST用以将表单值以信息包发生发送给服务器或处理程序。GET方法用以将表单值作为URL的附加值发送出去,最多可以发送1024个字节。表单的动作(action)属性用来表明处理表单信息的脚本或程序的URL。Select表单元素表示下拉列表,选项中selected属性,表示下拉列表默认显示值。(4)(5)分别代表表单元素“文本字段(text)”和“文本区域(textarea)”,(6)处表示表单结束符“/form”。

【问题2】

第(7)空表示调用 checkGuestBook()函数

第(8)和第(9)空的值分别是 value和60,表示其值要大于60个字符

第(10)空为alert,表示弹出一个警告信息。

第(11)空 false,表示输入超过60个字符,显示警告信息后,光标返回文档起始点,并返回一个false,表示没有输入正确信息或等待重新输入。

【问题3】

第(12)空为D或whichfile,表示文件映射路径赋值给变量whichfile。

第(13)空为server,Server.CreateObject是在服务器上创建一个对象实例。

第(14)空为readine,因thisfile定义为打开counter.txt,则thisfile.readline作用为打开counter.txt文档,并读取文本中的一行,并将其作为结果输出,赋值给变量visitors。

第(15)为visitors,结合表达式“visitors+1”是for循环里常见的自动加1操作。

更新时间:2022-10-02 14:48
纠错

你可能感兴趣的试题

单选题

在几种不同类型的软件维护中,通常情况下()所占工作量最大。

  • A.更正性维护
  • B.适应性维护
  • C.完善性维护
  • D.预防性维护
查看答案
单选题

在()中,项目经理的权力是最小的。

  • A.强矩阵型组织
  • B.平衡矩阵组织
  • C.弱矩阵型组织
  • D.项目型组织
查看答案
单选题

在项目实施的过程中,项目经理通过项目周报中的项目进度分析图表发现机房施工进度有延期风险。项目经理立即组织相关人员进行分析,下达了关于改进措施的书面指令。该指令属于( )

  • A.检查措施
  • B.缺陷补救措施
  • C.预防措施
  • D.纠正措施
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.u[1]<v[2]
  • B.u[1]>v[2]
  • C.u[1]<v[5]
  • D.u[1]>v[5]
查看答案
单选题

The IT service manager resigns from a project that meets the scheduleand budget. After hiring an alternativenew manager, the team is opposed to the comments from the new manager. The team is at () developmentstages。

  • A.Forming
  • B.Storming
  • C.Norming
  • D.Performing
查看答案
单选题

()is closet to Deming's definition of Quality。

  • A.Conformance to requirements
  • B.Fitness for use
  • C.Continuousimprovement of products and services
  • D.Customer focus
查看答案
单选题

The IT service manager has learned that a software canimprove the efficiency of current and future project tasks. Because the software is fresh to the Company. Theengineer is not familiar with the software. The lT service manager decides to send the highest level engineero attend the external training course. The proiect manager uses () risk strategies。

  • A.mitigation
  • B.enhancement
  • C.development
  • D.sharing
查看答案
单选题

The process control charts are used ()。

  • A.to graph what typically focuses on the prevention of a problem
  • B.to detect the problem
  • C.to reject the problem
  • D.to determine the acceptability of the sample
查看答案