下面是<FORM>标记的一个例子: <FORM. METHOD="POST"ACTION="/new/new-script"> … </FORM>其中METHOD属性的用途是______。
A.让浏览器将完成的窗体发送到服务器上的new目录中的new-script脚本
B.该属性将窗体指向一个接收窗体信息并使用该信息完成某些工作的URL
C.该属性告诉窗体如何将其信息发回到脚本,本例中用的是POST方法
D.让浏览器将完成的窗体发送到服务器上new-script的目录中的new脚本
详细阅读下面的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
点击查看答案
指明由哪个网页处理form标记中数据的属性是()。A.都有B.都没有C.action属性D.method属性
Bound morphemes are always attached to free morphemes to form. new words.()
Our new robot can help __________ the patient form. wheelchair to seat with relative ease.A、moveB、relocateC、shiftD、transfer
The children stay in the nuclear family ____ they grow up and marry. Then they form. new nuclear families.A: becauseB: asC: untilD: since
Derivational morphemes are used to form. new words.( )此题为判断题(对,错)。
要在窗体的标题内显示“myfrm",使用的语句是()。A. Form. 1. Print"myfrm"B. Form. Print"rnyfrm"C. Form. caption= "myfrm"D. Form. 1. caption= "myfrm"