网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下面是 … </FOR
下面是<FORM>标记的一个例子: <FORM. METHOD="POST"ACTION="/new/new-script"> … </FORM>其中METHOD属性的用途是______。
A.让浏览器将完成的窗体发送到服务器上的new目录中的new-script脚本
B.该属性将窗体指向一个接收窗体信息并使用该信息完成某些工作的URL
C.该属性告诉窗体如何将其信息发回到脚本,本例中用的是POST方法
D.让浏览器将完成的窗体发送到服务器上new-script的目录中的new脚本
参考答案
更多 “ 下面是标记的一个例子: … 下面是<FORM>标记的一个例子: <FORM. METHOD="POST"ACTION="/new/new-script"> … </FORM>其中METHOD属性的用途是______。A.让浏览器将完成的窗体发送到服务器上的new目录中的new-script脚本B.该属性将窗体指向一个接收窗体信息并使用该信息完成某些工作的URLC.该属性告诉窗体如何将其信息发回到脚本,本例中用的是POST方法D.让浏览器将完成的窗体发送到服务器上new-script的目录中的new脚本 ” 相关考题
考题
详细阅读下面的FORM. 表单和PHP代码。当在表单里面的两个文本框分别输入’php’和’great’的时候,PHP代码将在页面中打印出什么?( )form. action=’index.php’ method=’post’input type=’text’ name=’element[]’input type=’text’ name=’element[]’input type=’submit’ value=’提交’/formIndex.php 代码如下:?phpif(A.什么都没有B.AarryC.一个提示D.phpgreat
考题
Our new robot can help __________ the patient form. wheelchair to seat with relative ease.
A、moveB、relocateC、shiftD、transfer
考题
The children stay in the nuclear family ____ they grow up and marry. Then they form. new nuclear families.A: becauseB: asC: untilD: since
考题
要在窗体的标题内显示“myfrm",使用的语句是()。A. Form. 1. Print"myfrm"B. Form. Print"rnyfrm"C. Form. caption= "myfrm"D. Form. 1. caption= "myfrm"
考题
该网站查询商品网页search.htrnl的部分代码如下,请根据该页面和数据库shop.mdb中的表prouducts将search.asp的部分代码补充完整。 search, html: …… <form. method="POST"action="search.asp"> <p>请输入商品名称<input type="text" name="name" size="20"> <input type="submit">确认 …… </form> search, asp …… Pname=Request ("name") sql="Select * From (18) Where productname=" (19) Set rs=conn. (20) (sql) ……备选答案: A.shop B.nameC.open D.ExecuteE.prouducts F.Pname
考题
下面是用户登录页面的部分代码,基本功能是检测用户是否填写用户名,如果没有填写,弹出对话框提示错误,否则提交用户信息。请为下列(9)~(13)处选择合适的答案。...<form. name=loginfo method=post(9)="chkuser.asp"><input type=submit value="登录" nClick="return checkuu();"></form><SCRIPT. language=" JavaScript" ><!--(10)checkuu(){if(checkspace(document,loginfo.username.(11))){document.loginfo.username, focus();(12)("用户名不能为空");(13)false;}...}//--></script>(9)~(13)备选答案A. run B. action C. value D. returnE. a href F. alert G. submit H. function
考题
下图是HTML文件submit.html在IE中的部分显示效果。请完成下面submit.html中部分html代码。<form. action=/cgi-bin/post-query method=POST>您的姓名:<input type=text name=姓名><br>您的主页的网址:<input type= text name=网址value=http://><br>密码:<input type= (44) name=密码><br><input type=submit value=“发送”><input type= (45) value=“重设”></form>(44)A.textB.passwordC.passwdD.key
考题
● 下图是HTML文件submit.html在IE 中的部分显示效果。请完成下面submit.html中部分html代码。form. action=/cgi-bin/post-query method=POST您的姓名:input type=text name=姓名br您的主页的网址:input type=text name=网址 value=http://br密码:input type=(44) name=密码brinput type=submit value="发送"input type=(45) value="重设"/form(44)A. textB. passwordC. passwdD. key(45)A. sendB. resetC. restartD. replace
考题
请将以下用户的信息以POST的方式送往处理文件chkuser.asp的表单语句填写完整。 <form. name=loginfo method=post(42)="chkuser. asp">A.actionB.valueC.methodD.target
考题
当双击窗体Form1时,要将窗体Form1隐藏起来、将窗体Form2以模式方式显示出来的事件过程,正确的是A.Private Sub Form. _ Db1Click( ) Forml.Hide Form2.Show 0 End SubB.Private Sub Form. _ Db1Click( ) Form1.Hide Form. 2.Show 1 End SubC.Private Sub Form. _ Click( ) Form. l.Hide Form. 2.Show End SubD.Private Sub Form. _ Dbl Click( ) Form. l.Enabled=False Form. 2.Enabled=True End Sub
考题
下面语句中,正确的是()A、public.class.AddAction.implements.Action{...B、mapping.findForward("/ch01/result.jsp")C、form.method="get"action="add.do"D、action.name="addAction"path="/add"type="com.svse.web.action.AddAction"
考题
要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道ACTION属性中指定的位置。下列语句正确的是()。A、FORM METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”button” VALUE=”提交”NAME=“b1”/FORM B、FORM METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”reset” VALUE=”提交”NAME=“reset1”/FORM C、FORM METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”submit” VALUE=”提交”NAME=“submit1”/FORMD、 FORM METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”submit” VALUE=”提交”NAME=“b1”/FORM
考题
在HTML中,关于表单描述错误的是()。A、以form标签开始,以/form标签结束B、属性action是指表单提交的地址C、属性method是指表单提交的方式D、一个网页中只能有一个表单
考题
以下有关表单的说明中,错误的是()A、表单通常用于搜集用户信息B、在FORM标记符中使用action属性指定表单处理程序的位置C、表单中只能包含表单控件,而不能包含其他诸如图片之类的内容D、在FORM标记符中使用method属性指定提交表单数据的方法
考题
下面语句中,正确的是()A、public.class.AddAction.implements.Action{...extends.ActionB、mapping.findForward("/ch01/result.jsp");findForward(“name”),new.ActionForward(“/ch01/result.jsp”)C、form.method="get"action="add.do"D、action.name="addAction"path="/add"type="y2ssh.sg.web.action.AddAction"Name指form的名字
考题
HMTL表单的首要标记是〈form〉,〈form〉标记的参数method表示表单发送的方法,可能为get或post,下列关于get和post的描述正确的是()。A、post方法传递的数据对客户端是不可见的B、get请求信息以查询字符串的形式发送,查询字符串长度没有大小限制C、post方法对发送数据的数量限制在255个字符之内D、get方法传递的数据对客户端是不可见的
考题
kristin wants to build an action which exits the video form. the action will be avaiable only when the user is reading the document ,which one of the following accomplish this ? ()A、@ command([back]) B、@ command([fileexit]) C、@ command([gotoview]) D、@ command([fileclosewindow])
考题
Which scenario describes an appropriate use for opening a form in a new session?()A、The data entered into the called form is logically independent of the data entered in the calling form. B、The called form requires different privileges than the calling form. C、The called form must execute as a different user than the calling form. D、The calling form must be able to query data in the called form before it is saved.
考题
You are creating a Windows Forms application by using the .NET Framework 3.5. You create a new form in your application.You add 100 controls at run time in the Load event handler of the form. Users report that the form takes a long time to get displayed. You need to improve the performance of the form. What should you do?()A、Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.B、Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.C、Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.D、Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
考题
在Dreamweaver MX中,下面关于Field元素的说法错误的是()A、Form元素的主要属性有Method和Action MethodB、表示表单递交的方法是Post还是GetActionC、是告诉表单把收集到的数据送到什么地方D、Action指向处理表单数据的服务端程序而不能是mailto标签
考题
单选题Which scenario describes an appropriate use for opening a form in a new session?()A
The data entered into the called form is logically independent of the data entered in the calling form. B
The called form requires different privileges than the calling form. C
The called form must execute as a different user than the calling form. D
The calling form must be able to query data in the called form before it is saved.
考题
单选题在Dreamweaver中,下面关于标记的说法错误的是:()A
Form标记的主要属性有Method和ActionB
Method表示表单递交的方法是Post或GetC
Action是告诉表单把收集到的数据送到什么地方
考题
单选题下面语句中,正确的是()A
public.class.AddAction.implements.Action{...extends.ActionB
mapping.findForward(/ch01/result.jsp);findForward(“name”),new.ActionForward(“/ch01/result.jsp”)C
form.method=getaction=add.doD
action.name=addActionpath=/addtype=y2ssh.sg.web.action.AddActionName指form的名字
热门标签
最新试卷