在HTML中,,method表示()。A、提交的方式post getB、表单所用的脚本语言C、提交的URL地址D、表单的形式
在HTML中,
- A、提交的方式post get
- B、表单所用的脚本语言
- C、提交的URL地址
- D、表单的形式
相关考题:
组成一个HTML文件最基本的标记有()。 A.〈HTML〉〈/HTML〉B.〈HTML〉〈/FORM〉C.〈HEAD〉〈/HEAD〉D.〈BODY〉〈/BODY〉E.〈FORM〉〈/FORM〉
下图是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标记中,用于表示文件开头的标记是_____。 A. HTML B. TITLE C. HEAD D. FORM br/C.headbr/D.formbr/br//form/head
● 下图是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
阅读以下关于网页制作和网页编程的说明,回答问题1至问题4。某公司电子商务网站首页如下图所示。网页制作使用了CSS技术,CSS文件style.css位于发布目录c:\website下的css目录中。下面给出首页的部分代码。<html>< (1) ><title>找东东网—找我喜欢!</title><link (2)=”stylesheet”(3)=”text/css” href=”(4)”/></head><body><form. name=searchinfo method=post nclick=”chkuser.asp”><input name=”textfield” type=”(5)”(6)=”请输入搜索项目” size=”70”maxlength=”50”/><input type=”submit” name=”submit” value=”搜索” /></form><form><input name=”mobile” type=”radio” value=”移动”(7)/>移动<input name=“unicom” type=”radio” value=”联通” />联通<input name=”smart” type=”radio”value=”小灵通”/>小灵通</form>……省略部分代码</body></html>请将上述HTML代码中空缺的部分补充完整。
要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道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
CGI脚本语言环境变量REQUEST_METHOD的意义是下列哪一项()。A、对于用POST递交的表单,标准输入口的字节数B、POST或GETC、值是application/x-www-form-urlencodedD、含有ident返回值
组成一个HTML文件最基本的标记有()。A、〈HTML〉〈/HTML〉B、〈HTML〉〈/FORM〉C、〈HEAD〉〈/HEAD〉D、〈BODY〉〈/BODY〉E、〈FORM〉〈/FORM〉
HMTL表单的首要标记是〈form〉,〈form〉标记的参数method表示表单发送的方法,可能为get或post,下列关于get和post的描述正确的是()。A、post方法传递的数据对客户端是不可见的B、get请求信息以查询字符串的形式发送,查询字符串长度没有大小限制C、post方法对发送数据的数量限制在255个字符之内D、get方法传递的数据对客户端是不可见的
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.
单选题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?()AGETBPUTCPOSTDSENDEFORM
判断题不论Html控件的method属性是什么,都可以使用request对象的form属性来读取变量的值。()A对B错