网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
<form method=()action=search.jsp>…</form>。
A

post

B

send

C

out

D

message


参考答案

参考解析
解析: 暂无解析
更多 “单选题<form method=()action=search.jsp>…</form>。A postB sendC outD message” 相关考题
考题 以下有关表单的说明中,错误的是:()。 A.填写完毕的表单通常要发送到服务器端由特定程序处理。B.在FORM标记符中使用action属性指定表单处理程序的位置。C.在FORM标记符中使用method属性指定提交表单数据的方法。D.表单中的“重置”按钮是必不可少的。

考题 指明由哪个网页处理form标记中数据的属性是()。 A.都有B.都没有C.action属性D.method属性

考题 下面语句中,正确的是()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、一个网页中只能有一个表单

考题 在HTML中, form action=? ,action表示()A、提交的方式B、表单所用的脚本语言C、提交的URL地址D、表单的形式

考题 在HTML中, form method=? ,method表示()A、提交的方式B、表单所用的脚本语言C、提交的URL地址D、表单的形式

考题 form标签具有()属性。A、typeB、valueC、methodD、action

考题 以下有关表单的说明中,错误的是()A、表单通常用于搜集用户信息B、在FORM标记符中使用action属性指定表单处理程序的位置C、表单中只能包含表单控件,而不能包含其他诸如图片之类的内容D、在FORM标记符中使用method属性指定提交表单数据的方法

考题 以下()属性不属于form表单标记的属性。A、SrcB、NameC、MethodD、Action

考题 <form method=()action=search.jsp>…</form>。A、postB、sendC、outD、message

考题 下面语句中,正确的是()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的名字

考题 在form标记符中使用()属性指定表单内容的接收程序。A、srcB、altC、targetD、action

考题 以下属于struts2配置文件中的配置元素是()。A、〈package〉B、〈action〉C、〈form-beans〉D、〈action-mappings〉

考题 Form表单的method属性能取下列哪项的值()。A、submitB、putsC、postD、out

考题 which one of the following types of actions can be used on unopened doc?()A、 form action B、 view action C、 hotspot action D、 db action

考题 tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()A、create a view action that has the following formula:@command([create];”video”)B、create a form action that has the following formula:@command([compose];”video”)C、create a view action that has the following formula:@command([compose];”video”)D、create a database action that has the following formula:@command([compose];”video”)

考题 norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()A、delete old action and create a new one on the formB、Make sure the comments form is available for notes clients useC、Make the action a shared action and disable the hide-when setting for “web borwsers”D、Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”

考题 When using a form-based authentication, which action must be used in the login form?()A、 j_loginB、 j_get_userC、 j_login_checkD、 j_get_securityE、 j_security_check

考题 You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()A、GETB、PUTC、POSTD、SENDE、FORM

考题 You are developing a Windows Communication Foundation (WCF) service that is hosted by a Windows Forms Application.The ServiceHost instance is created in the Form Constructor.You need to ensure that the service is not blocked while the UI thread is busy. What should you do?()A、Decorate the service implementation class with the following line of code [ServiceBehavior(UseSyncronizationContext = false)]B、Decorate the service implementation class with the following line of code [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]C、Call the Invoke method of the form and supply a delegate.D、Call the BeginInvoke method of the form and supply a delegate.

考题 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.

考题 单选题which one of the following types of actions can be used on unopened doc?()A  form action B  view action C  hotspot action D  db action

考题 单选题要求建立一个名为“myForm”的Form容器,他的链接地址是网页同级目录下的22-1.asp,正确的写法是?()A ;formname=”myForm”src=”22-1.asp”;;/form;B ;formname=”myForm”href=”22-1.asp”;;/form;C ;formname=”myForm”action=”22-1.asp”;;/form;D 以上都不是

考题 单选题When using a form-based authentication, which action must be used in the login form?()A  j_loginB  j_get_userC  j_login_checkD  j_get_securityE  j_security_check

考题 单选题Which of the following information should be entered on the form?A Amount of money earnedB Name of employerC Remittance method usedD Employee’s company address

考题 单选题以下有关表单的说明中,错误的是()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=getaction=add.doD action.name=addActionpath=/addtype=y2ssh.sg.web.action.AddActionName指form的名字