ASP基础语言英文资料翻译
《ASP基础语言英文资料翻译》由会员分享,可在线阅读,更多相关《ASP基础语言英文资料翻译(13页珍藏版)》请在毕设资料网上搜索。
1、 英文资料翻译 系 别 软件与服务外包学院 专 业 软件技术 班 级 0904 姓 名 李 欣 学 号 100090590 指导教师 高振栋 2012 年 4 月 1 ASP Language Basics Active Server Pages (ASP) is a proven, well-established technology for building dynamic Web applications, which provides the power and flexibility you need to create anything from a personal, Web
2、based photo gallery to a complete catalogue and shopping cart system for your next eCommerce project. One unique feature of ASP is that it lets you choose your favourite scripting language, be it JavaScript or VBScript; however, VBScript is by far the most popular choice. In this article, Ill bring
3、you up to speed on the basic syntax of the VBScript language, including variables, operators, and control structures. This article is the second in a series teaching ASP. Specifically, the goal of this series is to teach you all you need to know to create dynamic Web sites using ASP. This article pi
4、cks up right where the previous article in the series, Getting Started with ASP, left off. Variables Here is the listing for the first ASP script I helped you create in the previous article: 1 2 3 My First ASP Page 4 5 6 % 7 Write out a simple HTML paragraph 8 Response.Write This is a test of ASP. 9
5、 % 10 11 As I admitted in that article, this is a pretty uninteresting example of an ASP script. When it comes right down to it, this script doesnt do anything a plain, old 2 HTML page couldnt do. Oh sure, I gave a slightly more interesting example that displayed the current server time, but to be r
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- asp 基础 语言 英文 资料 翻译
