• Then, it uses a set of chained methods to return the hidden form elements.

    然后使用链接方法返回隐藏表单元素

    youdao

  • When form is submitted I read hidden form field and compare it with token in user session.

    表单提交时隐藏表单字段用户会话令牌比较

    youdao

  • But they should recognize that tax expenditures are best viewed as a hidden form of spending.

    但是他们应该认识支出其实应该被看做隐形的支出。

    youdao

  • It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.

    会产生一个隐藏表单字段(防伪标记),提交表单验证

    youdao

  • Cache the data in some format into hidden form field (s) as the user clicks to add the next vehicle's data.

    用户单击添加台车辆数据数据某种形式缓存隐藏字段中。

    youdao

  • JSF does the actual storage and state management, typically though a session, a hidden form field, cookies, etc.

    JSF通常通过会话隐藏表单字段cookies进行实际存储状态管理

    youdao

  • This solution is rather crude, however, closely resembling the use of hidden form fields to pass along values between requests.

    然而这种解决方案有些简陋,很使用隐藏表单字段请求之间传递

    youdao

  • When you turn off view state, the page saves this required information as a hidden form variable that is sent on a round trip to the client.

    关闭检视状态时,网页会将这个必要资讯隐藏表单变数,该变数往返过程中传送给用户端。

    youdao

  • I therefore thought of storing the reference as the caption of a control on a hidden form to protect it from Program Reset clearing all VB variables.

    因此想到引用存储隐藏表单控件标题保护免于程序重置清除所有VB变量。

    youdao

  • From human body language' hidden form, expressive form and signs of both inside and outside, it manages to fix its position and determine its quality.

    人体词语隐含、显潜形式内外标志等方面对这一复合词形式进行定性、定位

    youdao

  • This rule extracts all the hidden form fields from an HTML page and stores them in the context so a subsequent request can use the hidden form field values.

    规则HTML页面提取所有隐藏窗体字段它们存储上下文中因此后面请求可以使用隐藏的窗体字段值。

    youdao

  • Similarly, the non-editable version of the form contains the hidden form element only if the submitted form data contains the post parameter named demo_checkbox.

    类似地不可编辑表单只有在所提交表单数据包含了名为demo_checkbox的post参数时才会包含这个隐藏表单元素

    youdao

  • Storing session state in the client using HTTP cookies or hidden form fields has significant security risksit exposes a part of your application internals to the untrusted client layer.

    客户HTTPcookie或者隐藏表单字段存储会话状态很大安全风险——应用程序一部分内部内容暴露非受信任的客户

    youdao

  • Oops.) Besides, using cookies or hidden form fields is messy, error-prone, and brittle (and a cookie-based approach won't work at all if the user has disabled the use of cookies in the browser).

    此外使用cookie或者隐藏表单字段混乱,容易出错并且脆弱如果用户禁止浏览器使用 cookie,那么基于cookie方法完全不能工作)。

    youdao

  • When the user is done with all the vehicles, you can simply form a JSON string out of that object and send it to the server by storing it in some hidden field.

    用户所有车辆数据后,只需构建一个源于该对象JSON字符串通过存储某个隐藏字段中的方式将该字符串发送服务器

    youdao

  • Another use of this function is to populate any hidden INPUT elements based on other form field values.

    函数另一个作用根据其他表单字段填充任何隐藏INPUT元素

    youdao

  • Then, use the response information to set hidden inputs in the form before you submit it to the server.

    然后,在将提交服务器之前响应信息设置表单中的隐藏输入

    youdao

  • Another method of saving state information is to store the information in hidden fields within a form.

    保存状态信息另一种方法信息存储表单隐藏域中

    youdao

  • The hidden variable on the form (Figure 20) is used to persist this value between different command actions on the page.

    表格隐藏变量(20用于页面不同命令动作保持

    youdao

  • When the form is not editable, the parameter is still present, thanks to the hidden field.

    表单不可编辑的,由于有一个隐藏这个参数仍然出现

    youdao

  • Intensely loyal, contemptuous of the press and overwhelmingly hostile to any form of public disclosure, the Bushies did a remarkable job of keeping their doings hidden for eight years.

    布什方面媒体忠实然而轻蔑仇视任何形式公众揭露活动,在过去年里他们一直掩人耳目进行着自己的工作

    youdao

  • You'll also learn how to build a form that has two versions, one letting the user enter data in the input fields and the other using hidden fields and presenting the data in a non-editable manner.

    了解如何创建两个版本表单,其中个提供输入用户输入数据一个使用隐藏不可编辑形式显示数据。

    youdao

  • Some hidden fields are added at the top of the form.

    表单顶部添加一些隐藏字段

    youdao

  • At the end of the HTML form, you will notice some hidden elements.

    这个HTML表单结尾一些隐藏元素

    youdao

  • Data can be passed using the request or the session, or you can even define a hidden variable on the form to pass the data. For example.

    可利用请求会话传递数据或者甚至表格定义隐藏变量传递数据。

    youdao

  • NET page has 2 parts, one is the page which is displayed on the browser which has HTML tags, hidden values in form of viewstate and data on the HTML inputs.

    任何ASP.NET页面2个部分一个显示浏览器页面,HTML标记viewstate形式隐藏、HTMLinputs上的数据

    youdao

  • Developers can use standard HTML forms, but Facebook adds more parameters in the form of hidden inputs.

    开发者可以使用标准表单标签,但是Facebook隐含输入方式加入了更多参数

    youdao

  • The session ID can be passed in one of three ways: as a parameter in an HTML form (typically a hidden field); as a parameter appended to the query string; or as an attribute of a cookie.

    会话标识可以三种方式中一种进行传递作为HTML表单中的参数通常隐藏字段);作为附加查询字符串参数;或者作为 cookie 的属性

    youdao

  • The session ID can be passed in one of three ways: as a parameter in an HTML form (typically a hidden field); as a parameter appended to the query string; or as an attribute of a cookie.

    会话标识可以三种方式中一种进行传递作为HTML表单中的参数通常隐藏字段);作为附加查询字符串参数;或者作为 cookie 的属性

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定