• This set of capabilities is generally known as dynamic HTML.

    功能通常称为动态html

    youdao

  • Dynamic layout requires a browser that supports dynamic HTML (DHTML).

    动态配置需要支援动态html (DHTML)的浏览器

    youdao

  • You'll use div, span, and other dynamic HTML elements to mark up your HTML.

    我们使用div、span其他动态html元素标记HTML

    youdao

  • Anyway, as I said, it's not easy to build Windows for Dynamic HTML (DHTML) pages.

    不管怎样动态html (DHTML)页面构建窗口并不容易

    youdao

  • Then, I use that list of images to compose a slide show using Dynamic HTML (DHTML).

    然后使用动态html (DHTML)把图片列表组成一个幻灯片

    youdao

  • While Dynamic HTML addresses the problem, the two companies' versions are incompatible.

    动态html解决这个问题家公司版本不兼容的。

    youdao

  • Dynamic HTML (DHTML) was not initially used in combination with dynamically retrieved content.

    Dynamic HTML (DHTML)开始时动态检索到内容结合使用

    youdao

  • If the user has a browser that supports dynamic HTML (DHTML), validation occurs dynamically on the client.

    如果使用者支援动态html (DHTML)的浏览器,就会用户端动态进行验证。

    youdao

  • You can apply many of the scripting techniques you might have learned as Dynamic HTML (DHTML) to XML processing as well.

    可以各种脚本编制技术例如动态html (DHTML),应用XML处理中。

    youdao

  • Optionally, the error message can appear in a message box, but this option is available only in browsers that support dynamic HTML (DHTML).

    或者可以消息框中显示错误信息但是选项支持动态HTMLDHTML) 的浏览器中可用

    youdao

  • If your page USES complex Dynamic HTML (DHTML) tabs or complicated, interactive UI widgets, it should probably remain a page in its own right.

    如果web页面使用复合动态html (DHTML)标记复杂交互式ui窗口部件部件,那么最好保持原样

    youdao

  • Wicket also has a few more helpful implementations, including breadcrumbs, a feedback panel, and many of the funny stuff found in dynamic HTML, such as tabbed panels and dialogs.

    Wicket提供一些帮助工具,包括breadcrumbs反馈面板一些动态html中应用的独特特性,比如选项卡式面板和对话框。

    youdao

  • Using page caching, you allow Rails to build a dynamic HTML page, and store it in a public directory, so your application server can serve it just as it would any other static page.

    通过页面缓存Rails可以用来构建动态HTML将此页存储公共目录这样应用程序服务器可以服务其他静态页面一样来服务这个动态页。

    youdao

  • XUL is not some faked-up form of Dynamic HTML either; the menu system can overlay surrounding HTML that's outside the iframe area and it can flood over onto the desktop like a normal popup menu.

    XUL不是动态html来模仿表单菜单系统可以超出if rame的区域覆盖HTML周围,甚至可以一个一般弹出菜单那样蔓延到桌面上。

    youdao

  • Sometimes dynamic HTML pages need to be fetched from the server whenever they are displayed - even when the back button is used. For example, pages showing the state of a bank account or online order.

    某些时候动态HTML页面需要即时服务器更新以备随时显示-甚至使用后退按钮时候.例如显示银行帐号状态在线订单.

    youdao

  • You can reduce HTML page size by 70 percent when using dynamic compression.

    通过使用动态压缩可以html页面大小减少70%。

    youdao

  • If you took interest in PHP to make your HTML pages more dynamic, this bit is for you.

    如果PHPHTML页面变得更动态兴趣,部分适合您。

    youdao

  • The header and left navigation menu are static pages, and the body content will either be a JSP page or an HTML page, depending on whether the content is dynamic or static.

    标题左侧导航菜单静态页面正文内容可能jsp页面或者html页面,取决于内容动态还是静态的。

    youdao

  • Now that your tiles layout pulls each tile into its own frame, you can separate the tiles that are composed of static HTML from the dynamic content and place them on the Web server.

    既然tile布局每一个tile自己的框架中那么可以静态HTML组成tile动态内容分离它们放到Web服务器上。

    youdao

  • All rows returned from a select of the database are processed this way, which allows for the dynamic creation of the HTML select list every time the Show all button is clicked or the page is loaded.

    数据库执行选择操作后返回所有行都按照这种方法处理的,这样每次按下ShowAll按钮装载页面时即可动态创建HTML选择列表

    youdao

  • On the server side, you can use Velocity to process templates and generate dynamic content (HTML, XML, and so on).

    服务器可以使用Velocity处理模板生成动态内容(HTMLXML)。

    youdao

  • I'll start with an example of an HTML Web page that loads a simple XML mailing list format for dynamic update. The XML to be loaded is shown in Listing 1 (labels.xml).

    HTMLweb页面示例入手,页面加载简单xml邮件列表格式用于动态更新加载xml文档如清单1(labels . xml)。

    youdao

  • Convert each link in each HTML page in this manner, and your application navigation will start to work between the Tapestry and dynamic pages, rather than your static HTML templates.

    这种方式把每个HTML页面中的每个链接进行转换然后应用程序导航Tapestry动态页面之间开始工作不是在静态HTML模板之间。

    youdao

  • To a Web designer, custom tags look and smell just like standard HTML tags, except that they are able to leverage dynamic data on the back end.

    对于Web设计者来说自定义标记标准HTML标记除了可以利用动态数据外,它们看上去使用起来没什么区别。

    youdao

  • Taking a dynamic approach, you could create a bean to read the class definition from the stylesheet and then convert it to the proper HTML tags.

    可以采用动态方式创建bean读取样式表中的定义然后转换成正确HTML标记

    youdao

  • Let's take a step back and fix that, keeping in mind that most Ajax applications are heavily dynamic and not dependent on lots of HTML changes.

    我们退一步修复这个问题,请记住大多数Ajax应用程序都是极度动态并且依赖大量HTML更改。

    youdao

  • Because both Net.Data and PHP are often used to create Web sites and online applications, it is important that they can produce HTML, both static and dynamic.

    由于Net . DataPHP经常用于创建Web站点在线应用程序因此它们可以生产静态和动态html十分重要。

    youdao

  • In both classic ASP and ASP.NET, developers were used to using <%= expression %> to mix static and dynamic content. Unfortunately it is prone to HTML-injection errors.

    ASPASP.NET中,开发人员可以使用<%=expression%>混合静态动态内容,但这样也很容易造成HTML注入错误。

    youdao

  • It works harmoniously with HTML, and PHP code is frequently embedded within standard HTML Web pages to facilitate dynamic content.

    HTML协调工作并且PHP代码经常会嵌入标准HTMLWeb页面内帮助实现动态内容

    youdao

  • It works harmoniously with HTML, and PHP code is frequently embedded within standard HTML Web pages to facilitate dynamic content.

    HTML协调工作并且PHP代码经常会嵌入标准HTMLWeb页面内帮助实现动态内容

    youdao

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

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

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