求有关asp的英文资料!!!最好是中英对照的!!!!!!!!!!!!!!!!!!

来源:百度知道 编辑:UC知道 时间:2024/09/28 15:35:41

Built-in ASP Objects Reference
The Active Server Pages (ASP) framework provides six built-in objects:

Application
ObjectContext
Request
Response
Server
Session
The built-in objects are special because they are built into ASP pages and do not need to be created before you can use them in scripts.

This reference provides information about the built-in objects and their properties, methods, and events. For more information on server scripting with ASP pages, see Web Applications. For information about server components, see Installable Components for ASP.

Note The examples in this reference use Microsoft?Visual Basic?Scripting Edition (VBScript) as the primary scripting language. However, ASP scripts can be written in any supported scripting language. For more information on how to change the primary language, see Working with Scripting Languages.

Application Object
You can use the Application