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

题目内容 (请给出正确答案)

<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” 相关考题
考题 指明由哪个网页处理form标记中数据的属性是()。 A.都有B.都没有C.action属性D.method属性

考题 To communicate __________, both the content and the form. of the message mustbe clear.A. ordinarilyB. pleasantlyC. relevantlyD. effectively

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

考题 You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus.   What should you do?()A、Implement theActivated eventB、Implement the MdiChildActivate eventC、Override the OnParentVisibleChanged methodD、Override the OnParentBindingContextChanged method

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

考题 要将表单数据以字符串的方式附加在网址的后面返回服务器端,必须将 FORM 标记的METHOD属性设置为下列哪一个?()A、POSTB、GOTC、GETD、QUERY

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

考题 以下有关表单的说明中,错误的是()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的名字

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

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

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

考题 下面哪个选项是把表单信息合并成一个字符串发送()。A、POSTB、INPUTC、GETD、FORM

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

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

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

考题 单选题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

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