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

VBScript
VBScript 介绍
如何使用 VBScript
VBScript 放置
VBScript 变量
VBScript 程序
VBScript 条件语句
VBScript 循环声明
VBScript 摘要
VBScript 实例
VBScript 函数
VBScript 关键字

VBScript 摘要


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

VBScript 摘要

This tutorial has taught you how to add VBScript to your HTML pages, to make your web site more dynamic and interactive.
这份教程已经教会你如何去给HTML页面中加入VBScript来让页面更加具备动态性以及交互性

You have learned how to create variables and functions, and how to make different scripts run in response to different scenarios.
你已经知道如何去建立变量以及函数,并且知道怎样在不同的情况下去执行不同的脚本。

For more information on VBScript, please look at our VBScript examples and our VBScript references.
如果要获取更多有关VBScript的信息,可以查阅我们的VBScript举例以及我们的VBScript参考


Now You Know VBScript, What's Next?
现在你已经知道了VBScript,下面该是什么?

The next step is to learn 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你可以动态地编辑,改变或是加入页面内容,或是反馈来自HTML提交的表单数据,还可以访问数据库的结果信息反馈到浏览器上,更可以将页面的内容自定义化让它更具个性。

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

登陆 | 还没注册?