If tokens match form submission may continue.
如果令牌匹配表单提交可以继续。
Like the 3270, HTML provides batched-up form submission.
HTML与3270一样,也提供了批处理方式的表单提交机制。
A screen renders, showing errors in the form submission.
一个屏幕出现,显示表单提交存在错误。
Then you require that nonce as one of the fields in form submission.
之后,再在表单提交中要求该nonce作为其中的一个字段。
Multiple form submission in a Web application is harmless in some cases.
Web应用程序中的多重表单提交在某些情况下是无害的。
Let's move on to the verify.php file that processes the form submission.
让我们继续介绍处理表单提交的verify.php文件。
If tokens match form submission may continue. If it fails a error is displayed.
如果令牌匹配表单提交可以继续。如果失败错误显示。
Simulation of file upload action as well as regular form submission is also possible.
也可以模拟文件的上传和表单的定期提交。
With this you can easily handle a simple form submission and wire it up to your code.
有了这些,就可以轻松处理表单提交并且将其嵌入到代码中。
Select Connect to action to process form submission on default branch and click Next.
选择Connect toactiontoprocessform submission ondefaultbranch,然后单击Next。
You might have noticed earlier that a URL for your form submission is already defined.
您可能已经注意到为表单提交定义了一个URL。
The handler stops form submission and uses Ajax instead through the dojo.xhrPost function.
事件处理函数停止表单提交,并使用在dojo.xhrPost 函数中使用Ajax。
Listing 19: Using WicketTester and FormTester for testing results of empty form submission.
清单19:使用WicketTester和FormTester测试空表单提交。
The Handling form submission section describes the details of how the submit function is handled.
处理表单提交一节中讲述了submit函数如何处理的细节。
To prevent the form submission from refreshing the page, you must use the preventDefault function.
为了避免提交表单时刷新页面,您必须使用preventdefault函数。
This event object is later used to prevent default form submission, as in the earlier code listings.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
Notice that Listing 10 also adds an enctype attribute to the element to support multi-part form submission.
注意,清单10还为元素添加了一个enctype属性以支持多方表单提交。
There are two ways to trigger a form submission using jQuery: using the submit handler or the click handler.
使用jQuery触发一个表单提交有两种方法:使用submit处理函数或click处理函数。
Traditional models used the re-loading POST or GET system within a form submission to provide the information.
传统模型使用表单提交中的 POST或GET 重加载系统提供信息。
Google maps shows different maps according to the user's address input through a Web form submission on the Web page.
GoogleMaps根据通过在网页表单提交中输入的用户地址显示不同的地图。
In this scenario, the form is the loan application, and after it's completed, the form submission workflow is launched.
在此场景中,表格是贷款申请表,完成后之后将启动表格提交工作流。
This particular instance doesn't use a passphrase because it would need to be manually entered on each form submission.
本特定实例没有使用密码短语,因为在每次表单提交时它都需要手工输入。
To accomplish this, add a script block to the bottom of each HTML fragment file to rewire that fragment's form submission.
要完成这个工作,我们要向每个HTML片段文件末尾加上一个脚本块,以便重新布置此片段的表单提交。
What are and how to deal with the effects on the browser of an unusually long backend processing for a form submission?
什么和如何处理表单提交在一个特别长的后端处理浏览器的影响?
Form submission with Ajax is a powerful technique that provides a way to send web forms without reloading the browser window.
Ajax表单提交是一个功能强大的技术,提供一种发送web表单的方法,无需重载浏览器窗口。
This means that if a user submits a form with a key that has already been used, the form submission will be considered invalid.
这意味着,如果一个用户提交一个含有已用过的密钥的表单,则该表单提交操作将被视为无效。
Listing 3 shows a scenario in which using the click handler is necessary, because two Submit buttons can trigger the form submission.
清单3展示了这样一个必须使用click处理函数的场景,因为两个Submit按钮都能触发表单提交。
Finally, create an action for each controller called invalid and use the method to inform the user that their form submission was invalid.
最后,为每个控制器创建一个称为invalid的操作,并使用这个方法通知用户提交的表单无效。
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.
到达此页的惟一途径是通过表单提交;用户必须使用复选框选择需要比较的产品。
Hidden variables are automatically resubmitted as part of a form submission, whether the submission is to the same page or to another page.
隐藏变数会自动重新送出做为表单提交的一部分,不论提交至相同网页或另一个网页。
应用推荐