单词 | HTML form | ||||||||||
释义 | HTML form
更多释义 收起释义 例句释义: 表单,的表单取值,网页表单 1. In just a few lines of code, you're intercepting the normal submittal of an HTML form and executing some custom JavaScript code instead. 通过少量代码,您就截取了一个HTML表单的正常提交,并执行了一些定制JavaScript代码。 www.ibm.com 2. You are now ready to incorporate your HTML form widget into the sample mashup application described in the Sample scenario section. 现在已经可以将HTML表单小部件加入场景示例一节中描述的混搭应用程序示例中了。 www.ibm.com 3. Personally, I've never been able to make an HTML form look this good without using tables for layout. 就个人而言,如果不用表格布局的话我还从未做出这么好看的HTML表单。 www.ibm.com 4. Dojo makes it easy to transfer HTML form data into HTTP requests, and that is all you will need to do for these single-request actions. 通过Dojo可以很容易地将HTML表单数据转换成HTTP请求,而且这也是这些单一请求动作所需的全部操作。 www.ibm.com 5. With these preparations out of the way, you are now ready to build the custom HTML form widget. 有了这些额外的准备工作,现在可以开始构建自定义HTML表单小部件。 www.ibm.com 6. The next section starts you off by describing the sample scenario used to illustrate the features of the HTML form widget. 下一节将通过场景示例来演示HTML表单小部件的特性。 www.ibm.com 7. The use of an HTML form fragment also makes it easy to create the same form across multiple pages. HTML表单片段的使用也使得在多个页面中创建相同表单变得容易。 www.ibm.com 8. In the following example, we create another PHP module and a script that displays an HTML form to help us insert data into the AUTHOR table. 在下列例子中,我们创建另一个PHP模块和脚本,用它们显示HTML表单,帮助我们向AUTHOR表插入数据。 www.ibm.com 9. calls the setter methods of these variables to put the values retrieved in the HTML form. 调用这些变量的setter方法来存放在HTML表单中检索的值。 www.ibm.com 10. Now, normally you associate the submission of an HTML form to the navigation to the action URL of that POST. 目前一般而言,HTML表单的提交就是导航到那个POST的动作URL。 www.ibm.com 1. Get form data: JavaScript code makes it simple to pull data out of your HTML form and send it to the server. 获取表单数据:JavaScript代码很容易从HTML表单中抽取数据并发送到服务器。 www.ibm.com 2. It allows you to define your data in a simple XML model and your view using standard HTML form elements. 它可以用简单的XML模型定义数据,使用标准HTML表单元素定义视图。 www.ibm.com 3. The HTML form is just a button that users can click to create a photo sharing account in their name. HTML表单只不过是一个按钮,用户可以在其上单击以创建自己名下的照片共享帐户。 www.ibm.com 4. It also makes it easy to transfer data from an HTML form into the database. 当然这里从表单获取数据再传递给操作指令是很麻烦的。 www.bing.com 5. Certain HTML elements cannot be used inside the FORM element, including the HTML element, the BODY element, and the HTML FORM element. 某些HTML元素不能用于FORM元素内部,其中包括HTML元素、BODY元素以及HTMLFORM元素。 office.microsoft.com 6. It even does all of this asynchronously: changes in the HTML form are bound to the XML model and sent to the server for synchronization. 而且是异步执行的:HTML表单中的变化绑定到XML模型,然后发送到服务器实现同步。 www.ibm.com 7. The main thing done by the CGI module is to treat all the fields in the calling HTML form in a dictionary-like fashion. 该CGI模块的主要作用是处理类似于字典样式的调用HTML表单中的所有字段。 www.ibm.com 8. I need a simple HTML form consisting of a textarea field and a submit button. 我需要一个简单的HTML形式组成一个textarea字段和一个提交按钮。 www.bing.com 9. A typical HTML form only lets you submit to one URL at a time, which makes it difficult to retrieve information from multiple Web services. 典型的HTML表单一次只允许提交一个URL,这样就难以从多个Web服务中检索信息。 www-128.ibm.com 10. Developed an application with a simple HTML form and a PHP back end. 用简单的HTML表单和PHP后端开发了一个应用程序。 www.ibm.com 1. The user may have clicked this URL or submitted it as the result of filling out an HTML form. 用户可能已经点击这个URL,或者已将它提交为填充HTML表单的结果。 www.ibm.com 2. Imagine that you want to manually retrofit prepopulated fields into a generated HTML form. 假设您希望将预填充的字段手动改进后再填充到生成的HTML表单中。 www.ibm.com 3. Most typically, you interact with CGI applications by means of an HTML form. 最通常的情况下,您会通过HTML表单与CGI应用程序进行交互。 www.ibm.com 4. Automatically calls the setter methods of these variables to enter the values retrieved from the HTML form. 自动调用这些变量的setter方法以输入从HTML表单中检索而得的值。 www.ibm.com 5. HTML form validation and limited image trickery were the name of the game. HTML表单验证与受限图片欺骗(limitedimagetrickery)是主题。 www.ibm.com 6. Method, but without the traditional HTTP POST semantics used by an HTML form. 方法,但不使用HTML表单使用的传统HTTPPOST语义。 msdn2.microsoft.com 7. The configuration steps should remain the same unless the HTML form you are accessing requires a different set of additional parameters. 除非您访问的HTML表单需要一组不同的其它参数,否则,配置步骤没有变化。 www-128.ibm.com 8. The generated code for SendingPortlet included an HTML form to let the user enter a message. 为SendingPortlet生成的代码包括一个HTML表单,这个表单可以让用户输入消息。 www-128.ibm.com 9. At the very least, most change management products can save the project schedule or requirements in HTML form for easy periodic publication. 毫不夸张地说,大多数更改管理产品都可以采用HTML格式保存项目日程或需求,以便于定期发布。 www.ibm.com 10. This ASP presents a simple HTML form prompting the user for a user name and password. 这个ASP表现了一个简单的HTML表单,提示用户输入用户名和密码。 www.ibm.com 1. Then create an HTML form named student_edit. php to display and edit this student record, as shown in Listing 18. 然后,创建一个名为student_edit.php的HTML表单来显示和编辑此学生记录,如清单18所示。 www.ibm.com 2. This means the framework must get the data from the JavaBean objects and include it into the HTML form when a Web page is requested. 这意味着当Web页面被请求时,框架必须从JavaBean对象获取数据并将其包含到HTML表单中。 www.ibm.com 3. The attributes to each are deliberately designed to be instantly familiar to anyone who's ever created an HTML form. 只要曾经编写过HTML表单,就不会对这几个标签的属性感到陌生,这是故意设计的。 www.infoq.com 4. The element is a container for the data fields in an HTML form or in an editable HTML list that should fulfill special criterions. 为一个可编辑的HTML列表中指定数据字段的容器,它符合指定的标准以及条件。 dictsearch.appspot.com 5. Forms are an important part of many web applications today. An HTML form makes it possible for web applications to accept input from a user. 窗口是如今许多网页应用软件中重要的一部分。一个HTML窗口使网页应用软件可以接受使用者的输入。 www.w3pop.com 6. The HTML form widget that you develop using this article uses HTTP POST as the access method. 在本文中开发的HTML表单小部件使用HTTPPOST作为访问方法。 www.ibm.com 7. This time, the transform produces an HTML form to allow the user to enter the annotation information. 这时,转换产生了一个HTML表格,使用户能够输入注释信息。 www-128.ibm.com 8. Model binding is a convention-based feature that populates model objects automatically using incoming data, usually an HTML form post. 模型绑定是一个基于商定的特点,它用输入数据(凡是来自于HTML表单的递交)主动地形成模型对象。 www.mysjtu.com 9. This article shows you upload a file directly from a HTML form, thus minimizing the load on your server. 本文将展示直接从一个HTML表单上传文件,从而最小化服务器的负载。 www.ibm.com 10. Select the index. html file and use the Run on Server command to run the index. html form you created on the server. 为了在服务器上运行您创建的index.html表单,请选择index.html文件,然后使用RunonServer命令。 www.ibm.com 1. The URL of the page containing the HTML form that will be used to authenticate access to the content. 页面的URL,这个页面包含将被用于认证对内容的访问的HTML表单。 www-128.ibm.com 2. Robust test CGI script, usable as main program. Writes minimal HTTP headers and formats all information provided to the script in HTML form. 强健的测试CGI脚本,作为主程序可用。编写最小的HTTP头和用HTML格式组织提供给脚本的所有信息。 dictsearch.appspot.com 3. In HTTP-POST operations, request parameters are encoded in the HTTP request body, as with an HTML form. 在HTTP-POST操作中,请求参数编码到HTTP请求正文中,类似HTML格式。 msdn2.microsoft.com 4. Finally, the modified text is set as the inner HTML of a div in the HTML form. 最后,修改后的文本作为HTML表单div中的内部HTML。 www.ibm.com 5. Tip: This function can be used to clean up data retrieved from a database or from an HTML form. 提示:这个函数可以用来清除从数据库中或HTML表格中获取的数据。 www.666edu.com 6. Contains the identifier of a button or link in the message balloon, or the response from an HTML form in the message balloon. 包含消息气球中的按钮或链接的标识符或来自消息气球中的HTML窗体的响应。 msdn2.microsoft.com 7. Displays category select (dropdown) in HTML form without a submit button. 以HTML形式显示类别选择(下拉列表),没有提交按钮。 www.zzbaike.com 8. The filled HTML form appears in a browser as shown in Figure 6. 已填写的HTML表单出现在浏览器中,如图6所示。 www-128.ibm.com 9. Notice that you just create a normal HTML form, but you use some extra Dojo-specific attributes. 请注意您刚创建了一个普通HTML表单,但使用了一些额外的Dojo相关属性。 www.ibm.com 10. Represents an HTML form post body with a collection of form parameters. 表示具有窗体参数集合的HTML窗体发送正文。 msdn2.microsoft.com 1. ASP. NET server controls can be similar to corresponding HTML form elements. ASP.NET服务器控件可能类似于对应的HTML窗体元素。 msdn2.microsoft.com 2. Listing 4 shows an HTML form and JavaScript function for handling the creation of a new photo sharing account. 清单4显示了可用来创建新照片共享帐户的HTML表单和JavaScript函数。 www.ibm.com 3. When the user submits the annotation, the annotation client retrieves the data from the HTML form and constructs an instance document. 当用户提交注释时,注释客户端从HTML表格中检索数据并构造一个实例文档。 www-128.ibm.com 4. And to work with the structure of your HTML form and any XML data that the server returns. 处理HTML表单伺服器传回的XML资料的结构。 www-128.ibm.com 5. Again, this is just like the method attribute you would see on an HTML form. 它也类似于HTML表单中的method属性。 www.ibm.com 6. He uses a lightweight universal client to enter data on an HTML form. 他使用轻型的通用的客户端在HTML表单中输入数据。 www.ibm.com 7. Library to create simple clients and servers. Remember the thrill of watching your first HTML form work? 还记得注视您的第一个HTML表单作品时的兴奋感觉吗? www-128.ibm.com 8. The second tab, Update Status, contains an HTML form with a text area and button. 第二个选项卡UpdateStatus,包含一个具有文本区域和按钮的HTML表单。 www.ibm.com 9. Because this custom widget accepts an arbitrary HTML form fragment, you have more control over the layout of the form. 由于此自定义小部件接受任意的HTML表单片段,因此可以更自由地控制表单布局。 www.ibm.com 10. An InfoPath form is much easier to use, but an HTML form involves fewer software requirements. InfoPath表单更易于使用,但HTML表单需要的软件较少。 office.microsoft.com 1. Each row of the table also contains an HTML form with a Delete button. 每个表格行还包含一个HTML表单,表单上有一个Delete按钮。 www.ibm.com 2. Tag telling JSF that you want an HTML form here. 标签,告诉JSF您在这里想要一个HTML表单。 www-128.ibm.com 3. Now in the lines that follow, we create a new item and copy in the item title and description entered on the HTML form. 接着看下面的代码行,我们创建了一个新项目,并复制通过HTML窗体输入的标题与描述。 www.ibm.com 4. It figures out the Ajax end point by inspecting the HTML form's action attribute. 它通过检测HTML表单的action属性区分Ajax客户端。 www.ibm.com 5. The code form of the HTML form might look like Listing 11. HTML形式的的代码表单可能类似于清单11。 www.ibm.com 6. The (click) event handlers are bound from the JavaScript code to the HTML form actions. 从JavaScript代码绑定(单击)事件处理程序到HTML表单操作。 www.ibm.com 7. From here, we have everything in the HTML form in plain Python variables, and we can handle them as in any other Python program. 至此,HTML表单中的所有东西都成了纯Python变量,而且我们可以在其它任何Python程序中处理它们。 www.ibm.com 8. The textarea is used for entering the HTML form fragment. 文本区用于输入HTML表单片段。 www.ibm.com 9. In this example, you have a simple HTML form with a single text input field and a button. 在本例中,我们得到的是一个简单的HTML表单,此表单具有一个文本输入字段和一个按钮。 www.ibm.com 10. Next, we read the HTML form values into the dictionary-like form instance. 接着,我们将HTML表单值读取到类似于字典的form实例中。 www.ibm.com 1. Similarly, if you can generate your output in a nice, simple HTML form, it can be printed easily and quickly. 同样,如果可以以漂亮简单的HTML形式生成输出,就可以轻松快速地打印它。 www.ibm.com 2. The sample HTML form widget described in this article is a lightweight widget. 本文中描述的HTML表单小部件示例就是一个轻量级小部件。 www.ibm.com 3. Particularly nice is the ability to copy the results to the clipboard in HTML form. 这里特别好的就是可以将结果以HTML的格式复制到剪贴板上。 www-128.ibm.com 4. At the end of the HTML form, you will notice some hidden elements. 在这个HTML表单的结尾,有一些隐藏元素。 www.ibm.com 5. The second feed is for the relational update feed used by the HTML form widget. 第二个数据源用于HTML表单小部件使用的关系型更新数据源。 www.ibm.com 6. The second part contains an HTML form, which provides an input field for the user to enter a new post. 第二部分包含一个HTML表单,表单为用户输入新帖子提供一个输入字段。 www.ibm.com 7. Now we will introduce a sample scenario that we will use later to illustrate typical customizations of the HTML form. 下面我们将介绍一个示例场景,稍后我们将使用此场景来演示HTML表单的典型自定义。 www.ibm.com 8. The trouble with this implicit constraint is that you usually interact with Grails via an HTML form. 这项隐含限制的问题在于,您通常会通过HTML表单与Grails交互。 www.ibm.com 9. Begin with the HTML form fragment for the policy record. 从策略记录的HTML表单片段开始。 www.ibm.com 10. This form, like the one in Listing 8, is a valid HTML form. 该表单,与清单8中的一样,是一个有效的HTML表单。 www.ibm.com 1. Rails thinks that it is getting a series of HTML form elements on submission, not an XML document. Rails认为提交的时候获取的是一系列HTML表单元素而不是XML文档。 www.ibm.com 2. One key feature of the sample HTML form widget is that you can wire data into the widget. HTML表单小部件示例的一个关键特性是可以将数据捆绑到小部件中。 www.ibm.com 3. Users can change the address and hit the submit button on the HTML form widget. 用户可以改变地址,点击HTML表单小部件上的提交按钮。 www.ibm.com 4. May transform the source code by the grammar Gao Liang form the HTML form or the RTF form. 一个可以把源代码以语法高亮的形式转换成HTML格式或RTF格式。 soft.pudn.com 5. Validate each and every HTML form field and prepare the pair as said. 验证每个HTML表单字段并按前述要求准备此对。 www.ibm.com 6. Be sure to either remove or rename the existing HTML form first. 一定要先移开或重命名现有HTML表单。 www.ibm.com 7. You can use only the following HTML FORM element controls, and they pass the following values to the other Web Part. 只能使用以下HTMLFORM元素控件,然后将以下值传递到其他Web部件。 office.microsoft.com 8. If a row (policy) is selected, detailed information about the policy is displayed in the HTML form widget on the right. 如果有一行(策略)被选中,此策略的详细信息将在右边的HTML表单小部件中显示。 www.ibm.com 9. That is, an HTML form will be POSTed to the server, and the server creates and persists the newly created contact. 也就是说,HTML表单将POST到服务器,服务器创建并维护新创建的联系人。 www.ibm.com 10. This enables file uploads from the HTML form. 这样便支持从HTML表单上传文件。 www.ibm.com 1. Looks at the field names from the HTML form. 查看HTML表单中各字段的名称。 www-128.ibm.com 2. All HTML form fields are not created equal. HTML表单域并非全部等同地被创建。 www.ibm.com 3. Following is an HTML form that is used in the next example. 下面是用于下一个示例的HTML表单。 www-128.ibm.com 4. The Form Web Part uses the HTML FORM element. 表单Web部件使用HTMLFORM元素。 office.microsoft.com 5. Stock data comes from the Web site in HTML form. 股票数据来自网站的HTML窗体中。 msdn2.microsoft.com 6. On the new page, instead of using a regular HTML form you'll use the TwoWayForm widget. 在这个新页面上,您将使用TwoWayForm小部件而不是常规HTML表单。 www.ibm.com 7. In this step, you must choose to create either an HTML form or an InfoPath form. 在本步骤中,必须选择是创建HTML表单还是InfoPath表单。 office.microsoft.com 8. If you need to use the HTML FORM element, consider using the Page Viewer Web Part or the Form Web Part. 如果需要使用HTMLFORM元素,请考虑使用网页查看器Web部件或表单Web部件。 office.microsoft.com 9. The user fills out an HTML form. 用户填写HTML表单。 www-128.ibm.com 10. Part 2 showed how to upload a file into S3 from a Web page through an HTML form, minimizing the load on the server. 第2部分展示了如何通过HTML表单,从一个网页中将文件上传到S3,从而最小化服务器负载。 www.ibm.com 1. After the toolbar, you have a simple HTML form wrapped inside an unordered list. 有了工具栏之后,您就有一个封装在无序列表之内的简单HTML表单。 www.ibm.com 2. This is the type you will receive when an HTML form is submitted. 它是提交HTML表单时将会接收到的类型。 www.ibm.com 3. In the HTML form, you can now see why I called the input field zip5. 在HTML表单中,您现在可以看出我为什么调用了输入字段zip5。 www.ibm.com 4. For example, XHTML 1. 1 Standards prohibit the use of a name attribute in an HTML form element. 例如,XHTML1.1标准禁止在HTMLform元素中使用name属性。 msdn2.microsoft.com 5. For example, Facebook handles HTML form tags in a special way. 例如,Facebook以一种特殊的方式处理HTMLForm(表单)标签。 www.bing.com 6. Receive data from the property broker and manipulate the content of the container (feed data into a HTML form) 从属性代理接收数据并操作容器内容(将数据提供给HTML表单) www.ibm.com 7. Property; and fields on an HTML form that are available from an HTTP 属性;HTML窗体上的字段,可使用 msdn2.microsoft.com 8. In a normal HTML form, the data would be sent as 在普通的HTML表单中,数据发送格式是 bo.php.net 9. Forms are used to prompt users for input. Represents an HTML form element 表单是用于让用户输入信息的。对象代表一个HTML表单 www.86oo.com 10. Defines a script to be executed when the HTML form loads 定义在下载表单时所执行的脚本程序 www.w3pop.com 1. A container for scripts that can be executed from everywhere inside the HTML form 指定在HTML表单中用于在任何地方执行的脚本容器 www.w3pop.com 2. When a browser submits an HTML form, the Struts ActionServlet does the following 当浏览器提交HTML表单时,StrutsActionServlet会进行如下操作 www-128.ibm.com 3. Selecting an input box in an HTML form 在HTML表单中选择一个输入框 adminbar.com 4. Defines a footer that will be displayed after the HTML form on the page 定义一个显示在HTML表单页面之后的页脚 www.w3pop.com 5. Defines a header that will be displayed before the HTML form on the page 定义一个显示在HTML表单页面之前的页眉 www.w3pop.com 6. This HTML form displays text fields for 这个HTML表单将显示 www-128.ibm.com 7. Defines a title for the HTML form 为HTML表单定义一个标题 www.w3pop.com 8. How to Control Web Beacon and HTML Form Filtering for Outlook Web Access 如何控制OutlookWebAccess的Web信号和HTML表单筛选 technet.microsoft.com 9. Here is an example HTML form 以下是HTML表单的范例 tr2.php.net |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。