不能把表单提交到其他服务器。
值在表单提交时发送给服务器。
测试表单提交的用户动作的测试用例。
一个屏幕出现,显示表单提交存在错误。
php代码,用来处理通过表单提交的输入。
The PHP code that processes the input submitted through the form.
最后,返回false来阻止表单提交。
Finally, return false to prevent the form from being submitted.
您可能已经注意到为表单提交定义了一个URL。
You might have noticed earlier that a URL for your form submission is already defined.
这类似于一般Web应用中所使用的表单提交方式。
This is similar to the way form submissions are usually handled in web applications.
用户看到关于表单提交动作的成功/失败消息。
A success/failure message of the form submit action is displayed to the user.
这需要另一个模块,它负责验证用户通过表单提交的数据。
This calls for another module, one that validates the data that users submit through forms.
该文本通常也是表单提交时作为字段值发回到服务器的值。
That is also normally what would be sent back as the field value to the server when the form is submitted.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
This event object is later used to prevent default form submission, as in the earlier code listings.
有了这些,就可以轻松处理表单提交并且将其嵌入到代码中。
With this you can easily handle a simple form submission and wire it up to your code.
之后,再在表单提交中要求该nonce作为其中的一个字段。
Then you require that nonce as one of the fields in form submission.
发起人提交了表单之后,将向发起人显示一条表单提交成功消息。
After the form is submitted by the initiator, a success message is displayed to the initiator for the submission of the form.
让我们继续介绍处理表单提交的verify.php文件。
Let's move on to the verify.php file that processes the form submission.
经表单提交的数据通过POST传输到add . php脚本。
Data submitted through the form is transferred to the add.php script through POST.
结果是,当用户点击按钮时,当前的表单提交内容给指定的目标页。
As a result, when the user clicks the button, the current form posts its content to the specified target page.
如果希望将整个表单提交给进行处理的应用程序,那么就不需要提交规则。
The submission rule is not required if you want to submit the entire form to the processing application.
本特定实例没有使用密码短语,因为在每次表单提交时它都需要手工输入。
This particular instance doesn't use a passphrase because it would need to be manually entered on each form submission.
在表单提交之后,这个脚本在客户端被作为XHTML表单的一部分执行。
This script is executed at the client as part of the XHTML form when the form is submitted.
HTML与3270一样,也提供了批处理方式的表单提交机制。
传统模型使用表单提交中的 POST或GET 重加载系统提供信息。
Traditional models used the re-loading POST or GET system within a form submission to provide the information.
因此,不必将整个表单提交到服务器以检查表单中的数据是否有效。
Thus, a complete form does not have to be posted to the server to check to see whether or not the data in the form is valid.
注意,清单10还为元素添加了一个enctype属性以支持多方表单提交。
Notice that Listing 10 also adds an enctype attribute to the element to support multi-part form submission.
到达此页的惟一途径是通过表单提交;用户必须使用复选框选择需要比较的产品。
The only way to get to this page is through a form submission; users have to choose which products they want to compare by using check boxes.
表单提交后,该Servlet将检查该类名称并将结果返回给用户。
Upon form submittal, the servlet will examine the classname and return results to the user.
清单7停止默认动作执行(阻止表单提交到服务器),然后验证是否选择了搜索引擎。
Listing 7 stops the default action from running (it prevents the form from submitting to the server) and then validates that a search engine has been selected.
清单19:使用WicketTester和FormTester测试空表单提交。
Listing 19: Using WicketTester and FormTester for testing results of empty form submission.
可能是肯定的(比如提示表单提交成功),也可能是否定的(“该用户名已被注册”)。
They can be positive (such as indicating that the form was submitted successfully) or negative (" the user name you have selected is already taken ").
应用推荐