不能把表单提交到其他服务器。
一个屏幕出现,显示表单提交存在错误。
php代码,用来处理通过表单提交的输入。
The PHP code that processes the input submitted through the form.
您可能已经注意到为表单提交定义了一个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.
这需要另一个模块,它负责验证用户通过表单提交的数据。
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.
处理表单提交一节中讲述了submit函数如何处理的细节。
The Handling form submission section describes the details of how the submit function is handled.
发起人提交了表单之后,将向发起人显示一条表单提交成功消息。
After the form is submitted by the initiator, a success message is displayed to the initiator for the submission of the form.
结果是,当用户点击按钮时,当前的表单提交内容给指定的目标页。
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一样,也提供了批处理方式的表单提交机制。
这个设置对于Web框架十分方便,这些框架通常采用从表单提交的参数。
This setup is quite handy for Web frameworks, which often act off of parameters being submitted from a form.
传统模型使用表单提交中的 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.
方法之一是使用简单的XFDL按钮,将整个表单提交到servlet。
One such method for doing so is a simple XFDL button that submits the entire form to a servlet.
表单提交后,该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.
本文后面讨论如何定义表单提交的时候将进一步介绍X Forms视图。
You'll see more of the XForms view later in this article, during the discussion of how to define a submission for your form.
现在已经有了一个安全的表单,下面用这个表单提交的数据做一些比较有意思的事情。
Now that we have a secure form, let's do something a little more interesting with the data being submitted from this form.
GoogleMaps根据通过在网页表单提交中输入的用户地址显示不同的地图。
Google maps shows different maps according to the user's address input through a Web form submission on the Web page.
清单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 ").
应用推荐