您仍然需要提交表单,但是要提交到哪里?
这是提交表单时会调用的方法。
This is the method that will be invoked when the form is submitted.
在本例中,您需要避免提交表单。
In this case, you're going to keep the form from submitting altogether.
完成后,使用Go按钮提交表单。
提交表单时,名称将会传回到服务器。
The name is what goes back to the server when the form is submitted.
提交表单中的值将被作为一个参数接收。
The values in the submitted form will be received as an argument.
点击适当的按钮提交表单。
用户必须输入必要的字段才能提交表单。
The user must fill in the required fields in order to submit the form.
在默认情况下,提交表单中的第一个实例。
要提交表单,只需点击Submit按钮。
单击Yes以提交表单。
保存修改并提交表单。
提交表单后,立即关闭动态页面实例的功能。
Capability to close the dynamic page instance as soon as the form is submitted.
您仍需要提交表单,但是提交到何处?
该用户输入凭据、选中复选框,然后提交表单。
The user enters the credentials, selects the checkbox, and submits the form.
用Ajax提交表单数据
不幸的是,提交表单的处理与页面请求紧密相连。
Unfortunately, the process of submitting a form is tied to a page request.
验证结构允许浏览器在提交表单前做更多的检查。
Validation constructs to allow the browser to do more checking before the form is submitted.
如前所述,提交表单将触发模型实例的POST。
As mentioned earlier, submitting the form will cause a POST of the model instance.
为文本控件设置值,并使用合适的动作提交表单。
Set the values for the text controls and submit the form with the proper action.
仅当通过POST提交表单时,才会发生此种验证。
This validation will only happen if the form was submitted via POST.
清单2展示如何使用click处理函数提交表单。
Listing 2 shows how to submit a form using the click handler.
通常,只有在提交表单时才会检查表单数据的有效性。
The validity of data in the form is not checked until the form is submitted.
在表单中输入数据,然后通过提交表单启动业务流程。
Enter the data in the form and start the business process by submitting the form.
在google文本域中输入site:并提交表单。
当您提交表单时,这些服务输入已经设置为服务输入了。
When you submit the form, these service inputs are already set as service inputs.
当然,现在人们也可以通过电子邮件发送产品提交表单。
Of course, people can e-mail us their product submission forms now.
然后可以填写数据并提交表单,从而观察如何处理数据。
Then you can fill in the data and submit the form, observing while the data is processed.
他们只知道在提交表单之后,将在模式窗口中看到结果。
All they know is that after submitting the form, they see the results in their modal window.
用户完成数据处理以后,用户提交表单,最后验证完成。
Once the user has completed their data handling, the user submits the form and final validation occurs.
应用推荐