当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > DOM 摘要

HTML DOM
DOM 介绍
HTML DOM 举例
DOM 参考
DOM 摘要
HTML DOM 实例
DOM Anchor
DOM Applet
DOM Area
DOM Base 对象
DOM Basefont对象
DOM Body 对象
DOM Document 对象
DOM 事件
DOM Form 对象
DOM Frame 对象
DOM Frameset 对象
DOM History
DOM Iframe 对象
DOM Image 对象
HTML DOM Button对象

HTML DOM 中的 DOM 摘要


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1014 ::
收藏到网摘: n/a

HTML DOM Summary
HTML DOM 摘要

This tutorial has taught you how to use the HTML DOM to make your web site more dynamic and interactive.
这个教程将教你怎样使用HTML DOM来让你的站点更具动态性和交互性

You have learned how manipulate HTML elements in response of different scenarios.
你已经可以在不同的情况下操作HTML元素

For more information on HTML DOM, please look at our HTML DOM examples and our HTML DOM reference.
寻找更多有关HTML DOM,请查看 HTML DOM案例HTML DOM 参数


Now You Know HTML DOM, What's Next?
现在你知道了HTML DOM,那下一步是?

The next step is to learn about ASP.
下一步就是去学有关ASP

While scripts in an HTML file are executed on the client (in the browser), scripts in an ASP file are executed on the server.
在HTML文件中的脚本是执行在客户端的(浏览器中),在ASP文件内的脚本则是在服务器上执行的

With ASP you can dynamically edit, change or add any content of a Web page, respond to data submitted from HTML forms, access any data or databases and return the results to a browser, customize a Web page to make it more useful for individual users.
通过ASP你可以动态的编辑,改变或是添加一个WEB 页的内容,对提交的HTML表单做出反应,访问任何数据或数据库并将结果返回到浏览器上, 为特定的用户制定实用的WEB页。

Since ASP files are returned as plain HTML, they can be viewed in any browser.
因为ASP文件返回形式是HTML,所以可以在任何一个浏览器上查看

If you want to learn more about ASP, please visit our ASP tutorial.
如果你想学习更多有关ASP的内容,请访问ASP教程

评论 (0) All

登陆 | 还没注册?