Read the email value from the form parameter.
从表单参数中读取email的值。
Both of these are compared to the values from the form.
这些值与表单中的值相比较。
Populates fields in the document with values from the form.
使用窗体中的值填充文档中的字段。
A simple Action class to go from the form page to the display page.
一个简单的action类,从表单页面转到显示页面。
Next, you'll be getting a search term from the form in the index.php file.
接下来,将会从此index . php文件内的表单获得一个搜索词。
The servlet instantiates a new UserDataBean and populates it with data from the form.
servlet将一个新userdatabean实例化并向其植入来自表单的数据。
The values from the form are stored in PHP's $_GET array, which is an array of HTTP get parameters.
来自表单的值存储于PHP的 $_GET数组,它是一个HTTPget参数数组。
The Validation APIs are now decoupled from the form APIs allowing them to be used independently.
校验api现在从form API中剥离出来,以便单独使用。
You can then save this schema in a file, sudoku.xsd, and reference it from the form (see Listing 5).
然后把这个模式保存为文件sudoku . xsd,再从表单中引用它(如清单5所示)。
When the page is loaded, the PHP code determines whether the page is a "reloaded" page from the form.
在页面加载时,PHP代码决定此页面是否是一个从表单“重新加载”的页面。
You'll see how the business items, also known as business objects, are created automatically from the form.
您将了解到业务项(也称为业务对象)是如何从表单中自动创建出来的。
When the user submits the form (2), information from the form is packaged up and sent back to the same ASP.
当用户提交表单(2),表单中的信息被打包并发送回同样的ASP。
The straight forward approach would be to add a fourth IF block after looking for credentials from the form fields.
简单的方法是在寻找来自表单字段的凭证之后添加第四个IF块。
This method contains the logic to pull the necessary instance data from the form, and then have it saved to the database.
此方法包含从表单提取必需的实例数据并将数据保存到数据库的逻辑。
If it is, the code simply takes the Scilab code from the form and sends it through to Scilab using the exec command.
如果是,代码就只简单地将表单的Scilab代码通过exec命令发送至Scilab。
Put a $form variable on the page, which will be substituted with the HTML output from the form field on the InputPage class.
在这个页面上添加一个 $form变量,它将被替换为InputPage类中表单字段的HTML输出。
The extractXFormsInstance() method of the FormNodeP object is used a number of times to extract specific data from the form.
多次使用了FormNodeP对象的extractXFormsInstance()方法,用于从表单提取特定数据。
Notice how the data taken from the form is added directly to the request body as a JSON object; the implementation of zero.services.
请注意从表单取得的数据是如何作为一个JSON对象直接添加到请求体中的;
In this case, I set the method of submission to post and add the parameters from the form by using the serialize method on the form.
这里将提交方法设置为post,然后使用表单的serialize方法添加参数。
The Lotus form is presented to the person during the business process so that the person can enter or consume data from the form.
在业务流程中,Lotus表单会提供给审核人员,以便审核人员可以从此表单中输入或使用数据。
You can see from the form of the INSERT INTO in Listing 5 that a table had been created to correspond with the element in our DTD.
可以从清单5中INSERT INTO的形式看出,对应dtd中的元素创建了一个表。
In most applications, you'll construct this URL from some set of static data combined with data from the form your users work with.
多数应用程序中都会结合一些静态数据和用户处理的表单中的数据来构造该URL。
In this process, if a request arrives in paper form, a person with the role "Receiving" needs to enter the data from the form into a system.
在此流程中,如果到达纸质形式的请求,角色为“接收”的人员需要将表单中的数据输入系统。
These are automatically set by the server to the values from the form elements of the same name, which become HTTP POST query arguments.
这些参数是由服务器根据同名表单元素中的值自动设置的,它们变成了HTTPPOST查询参数。
Notice how the URL of the script is specified and then the city and state (from the form) are appended to this using simple GET parameters.
要注意脚本url的指定方式,city和state(来自表单)使用简单的GET参数附加在URL之后。
The use of the Workplace Forms APIs to obtain the form from the request object and extract field values from the form is depicted in listing 3.
清单3对使用WorkplaceFormsAPI从请求对象获取表单以及从表单提取字段值进行了说明。
What Matthew is presenting is a different sect within Judaism from the form of Judaism that's represented by the Pharisees or the Sadducees perhaps.
马太呈现的是犹太教的一支派别,有别于法利赛人代表的犹太教,或者可能是撒都该教徒。
XForms separates the data and logic from the form presentation, thus simplifying the development process and the technologies needed to create the application.
XForms从表单实现中分离了数据和逻辑,因此简化了开发过程和创建应用程序所需的技术。
Rather than parsing the entire form to the processing application, you can define which data to collect from the form and which data to send to the processing application.
不需要将整个表单传递给进行处理的应用程序,而是可以定义要从表单收集哪些数据,以及要将哪些数据发送给进行处理的应用程序。
The next piece of code we need to add is to fetch the form variables from the form we created above. We can do this through some simple fetching of parameters off the request
我们需要添加的下一代码片段将从我们前面创建的表单获取表单变量。
应用推荐