中submit作用是什么?

中submit作用是什么?


相关考题:

详细阅读下面的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

下列HTML标签中,用于提交表单的内容到服务器的表单元素是(39)。A.B. 下列HTML标签中,用于提交表单的内容到服务器的表单元素是(39)。A.<INPUT TYPE="checkbox">B.<INPUT TYPE="radio">C.<INPUT TYPE="reset">D.<INPUT TYPE="submit">

● 下列HTML 标签中,用于提交表单的内容到服务器的表单元素是 (39) 。(39)A. INPUT TYPE="checkbox"B. INPUT TYPE ="radio"C. INPUT TYPE ="reset"D. INPUT TYPE ="submit"

下列哪一项表示的不是按钮。( )A、type="submit"B、type="reset"C、type=&quo 下列哪一项表示的不是按钮。( )A、type="submit"B、type="reset"C、type="image"D、type="button"

表单的Input元素type属性标记的样式可以是()A.CHECKBOX(复选框)B.RADIO(单选按钮)C.TEXT(单行的文本输入栏)D.SUBMIT(提交按钮)

INPUT标记TYPE属性的值为()时,表示一个具有预置功能的按钮。A、TEXTB、RADIOC、RESETD、CHECKBOXE、SUBMIT

为index.html文件中的(2)~(6)处空缺选择正确答案。(2)~(6)备选答案: A.input type="reset"B.input type="submit"C.input type="text"D.TextareaE.option F.Select G.radio

从以下备选答案内为程序中(5)~(9)处空缺部分选择正确答案。(5)A.CreatObject B.Connect C.ExecuteSQL D.Open()(6)A.<body> B.<html> C.<head> D.<table>(7)A.number B.recordnumber C.count D.recordcount(8)A.skip B.end for C.next D.loop(9)A.<input type="submit" name="add" value="添加">B.<input type="post" name="add" value="添加">C.<input type="submit" name="添加" value="add">D.<input type="post" name="添加" value="add">

表单中的input标记,其类型不包括(70)。A.textB.optionC.resetD.submit

下图是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.input type=submit B.input type=iamgeC.input type=textD. input type=hide

● 下图是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

在HTML文档中,标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.subm 在HTML文档中,<input>标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.submit

若在网页中需要增加“提交”和“重置”两个按钮,则应将它们的TYPE属性分别设置为(43)。A.accept和setB.submit和setC.accept和resetD.submit和reset

阅读以下关于网页制作和网页编程的说明,回答问题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代码中空缺的部分补充完整。

下列标记不是按钮的是()A.type="submit"B.type="reset"C.type="image"D.type="button"

INPUT标记TYPE属性的值为()时,表示一个具有预置功能的按钮。A、TEXTB、RADIOC、RESETD、CHECK BOXE、SUBMIT

要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道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、input type=submit B、input type=iamge C、input type=text D、input type=checkbox

增加列表框的HTML代码是()A、input type=submit/input B、textarea name="textarea"/textarea C、select multiple/select   D、input type=checkbox/input

下列哪些项表示按钮?()A、type=“submit"B、type="reset"C、type="image"D、type="button"

若使标记表示输入时显示“*”号,则type的取值应为()。A、textB、passwordC、hiddenD、submit

增加表单的多行文本域的HTML代码是()。A、input type=submit/inputB、textarea name="textarea"/textareaC、input type=radio/inputD、input type=checkbox/input

Javascript中制作图片代替按钮的提交效果需要手动提交方法submit(),以下调用正确的是()A、submit();B、myform.submit()C、document.myform.submit()D、window.myform.submit();

增加表单的文字段的HTML代码是()A、input type=submit B、input type=iamge C、input type=text D、input type=hide

下列哪一项表示的不是按钮。()A、type="submit"B、type="reset"C、type="image"D、type="button"

单选题增加表单的多行文本域的HTML代码是()。Ainput type=submit/inputBtextarea name=textarea/textareaCinput type=radio/inputDinput type=checkbox/input

单选题You are developing a Web page. The user types a credit card number into an input control named cc and clicks a button named submit. The submit button sends the credit card number to the server. A JavaScript library includes a CheckCreditCard function that returns a value of true if the credit card appears to be valid, based on its checksum. You need to ensure that the form cannot be used to submit invalid credit card numbers to the server. What should you do?()AConfigure the input control to run on the server. On the submit button, add a server-side OnClick handler that calls CheckCreditCard and rejects the form submission if the input is invalid.BOn the input control,add an onChange handler that calls CheckCreditCard and cancels the form submission when the input is invalid.CConfigure the input control and the submit button to run on the server. Add a submit_OnClick handler that calls CheckCreditCard and rejects the form submission if the input is invalid.DOn the form, add an onSubmit handler that calls CheckCreditCard and cancels the form submission if the input is invalid.