Java考试

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

题目

<form method=()action=search.jsp>…</form>。

  • A、post
  • B、send
  • C、out
  • D、message
如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下面语句中,正确的是()

  • 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"

正确答案:A,B

第2题:

在HTML中,关于表单描述错误的是()。

  • A、以form标签开始,以/form标签结束
  • B、属性action是指表单提交的地址
  • C、属性method是指表单提交的方式
  • D、一个网页中只能有一个表单

正确答案:D

第3题:

指明由哪个网页处理form标记中数据的属性是()。

A.都有

B.都没有

C.action属性

D.method属性


正确答案:C

第4题:

以下()属性不属于form表单标记的属性。

  • A、Src
  • B、Name
  • C、Method
  • D、Action

正确答案:A

第5题:

form标签具有()属性。

  • A、type
  • B、value
  • C、method
  • D、action

正确答案:C,D

第6题:

要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道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”></FORM>
  • D、 <FORM  METHOD=”POST” ACTION=http://www.xmission.com> <INPUT TYPE=”submit” VALUE=”提交”NAME=“b1”></FORM>

正确答案:C,D

第7题:

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 event
  • B、Implement the MdiChildActivate event
  • C、Override the OnParentVisibleChanged method
  • D、Override the OnParentBindingContextChanged method

正确答案:B

第8题:

To communicate __________, both the content and the form. of the message mustbe clear.

A. ordinarily

B. pleasantly

C. relevantly

D. effectively


正确答案:D
ordinarily普通地;pleasantly高兴地;relevantly相关地;effectively有效地。题干意思:为使交流有效地进行,信息的内容和形式要清晰。

第9题:

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

  • A、POST
  • B、GOT
  • C、GET
  • D、QUERY

正确答案:C

第10题:

以下有关表单的说明中,错误的是()

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

正确答案:C

更多相关问题