- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
英文资料翻译
系 别 软件与服务外包学院
专 业 软件技术
班 级 0904
姓 名 李 欣
学 号 100090590
指导教师 高振栋
2012年4月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 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 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 picks 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:
html
head
title My First ASP Page /title
/head
body
%
Write out a simple HTML paragraph
Response.Write pThis is a test of ASP./p
%
/body
/html
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 HTML page couldnt do. Oh sure, I gave a slightly more interesting example that displayed the current server time, but to be really useful a script needs to perform some form of calculation, or manipulate dynamic information to present it in some interesting way.
The language used for writing most ASP programs, and which Ill be using throughout this series, is called VBScript. Like most programming languages, VBScript lets you store data in variables. A variable may be thought of simp
您可能关注的文档
- 上下级沟通满意度对组织承诺影响的研究毕业论文开题报告.doc
- XX集团有限公司财务分析所反映问题及解决措施--财务分析开题报告.doc
- 丙烯酸酯的微波乳液聚合研究毕业论文(开题报告).doc
- 玻璃生产线监控系统的设计与研究毕业设计开题报告.doc
- 渤海油气田生产平台风险评价应用本科毕业设计(论文)开题报告.doc
- 财务报表分析方法研究开题报告.doc
- 采煤机正式开题报告---采煤机模型(摇臂部分)的结构设计及用于煤岩界面识别的测试系统设计.doc
- 会计诚信契约:理论构架与实现路径研究--博士论文开题报告.doc
- 如何加强中小型企业的财务管理--财务管理类论文开题报告.doc
- 我国盾构法隧道施工技术研究毕业设计文献综述.doc
最近下载
- A特种设备相关管理(电梯)考试题库(500题).docx VIP
- 迅达电梯3300和3600资料.ppt VIP
- GRE词汇表红宝书.pdf VIP
- GB 50475_石油化工全厂性仓库及堆场设计规范.pdf VIP
- 2025年电信网上大学智能云服务交付工程师认证参考试题库-下(多选、判断题汇总).doc VIP
- 一种多层豆腐乳发酵架.pdf VIP
- 2013-2022年349药学综合真题(赠送02-12年真题参考复习).pdf VIP
- 2024年新版GB50300建筑工程施工质量验收统一标准格本.pptx VIP
- AI大模型智算运营运维服务建设方案.pdf
- GB+29448-2022海绵钛和钛锭单位产品能源消耗限额.docx VIP
文档评论(0)