阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内。
【说明】
某论坛的首页及留言页面如图5-1、图5-2所示。
【问题1】 (6分)
请根据图5-1和图5-2补充完成下面留言页面代码:
在留言页面中,为保证系统运行的效率,添加了脚本程序对用户输入的留言信息进行验证,当用户输入信息不符合要求时,弹出相应窗口提示用户。补充完成下面验证部分的代码。
【问题3】(4分)
在论坛首页中有访客计数器,访客计数存放在系统coun文件夹的counter.txt中,请补充完成下面计数器的部分代码。
空(12)~(15)备选答案:
A. counter
B.server
C.request
D.whichfile
E.readline
F.visitors
正确答案及解析
正确答案
解析
【问题1】
(1)E或action
(2)C或select
(3)D或selected
(4)F或text
(5)A或textarea
(6)B或</form>
【问题2】
(7) checkGuestBook()
(8) value
(9) 60
(10) alert
(11) false
【问题3】
(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操作。
你可能感兴趣的试题
Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.
-
- A.Artificial Intelligence
- B.Cloud Computing
- C.Internet of Things
- D.Big Data
- 查看答案
In project human resource management , ( )is not a source of power for the project manager.
-
- A.referent power
- B.expert power
- C.reward power
- D.audit power
- 查看答案
At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.
-
- A.detail feasibility analysis
- B.opportunity analysis
- C.economic feasibility analysis
- D.risk analysis
- 查看答案
( )is a grid that shows the project resources assigned to each work package.
-
- A.Stakeholder engagement assessment matrix
- B.Requirements traceability matrix
- C.Probability and impact matrix
- D.Responsibility assignment matrix
- 查看答案
Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.
-
- A.digital
- B.networking
- C.intelligentize
- D.informatization
- 查看答案