javascript asp教程服务器对象
Overview:
The Server Object has seven (7) Methods, one (1) Property, zero (0) Events, and zero (0) Collections.
List of Methods:
CreateObject( ) | Server.CreateObject("ADODB.Recordset") Create an instance of an Object |
Execute( ) | Server.Execute("fileName.asp") Executes an outside file (effect is similar to SSI) |
GetLastError( ) | Server.GetLastError() Returns location and description of the last ASP error |
HTMLEncode( ) | Server.HTMLEncode("some String") Encodes string to HTML characters |
MapPath( ) | Server.MapPath("\\virtualFolder") Converts virtual path to physical path |
Transfer( ) | Server.Transfer("fileName.asp") Transfers execution out of one page and into another |
URLEncode( ) | Server.URLEncode("some String") Encodes string to URL standards |
Below is the script for Lesson 14.
<%@LANGUAGE="JavaScript"%> <HTML> <BODY> <%=Server.URLEncode("Hello, this string is URL Encoded!")%> <BR><BR> Now let's see a reprint of Script14a.asp. I did not type it manually. Instead, I let Server.CreateObject( ) do all the work.<BR> <STRONG> <% Server.ScriptTimeout=10 var ASPScriptObject = Server.CreateObject("Scripting.FileSystemObject"); var myPath=Server.MapPath("\\") + "\\Section04\\script14a.asp" var AspScript = ASPScriptObject.OpenTextFile(myPath); var outputScript=""; while(!AspScript.AtEndOfStream) { outputScript += AspScript.ReadLine() + "\r"; } outputScript = new String(outputScript); outputScript=Server.HTMLEncode(outputScript) AspScript.Close(); outputScript = "<PRE>" + outputScript + "</PRE>"; Response.Write(outputScript) %> </STRONG> </BODY> </HTML>
to run the script in a new window.
I demonstrated four methods in the script14.asp. We'll take them from to bottom.
Explaining the Script:
Server.URLEncode() does exactly what you think it does. It takes a string and encodes it to RFC 1738 standards. That's more than you ever wanted to know about Server.URLEncode(), isn't it?
Next we have Server.CreateObject(). In this case I created an instance of the FileSystem Object. The most mon objects that you will instanciate are ADODB.Recordset, Scripting.FileSystemObject, Scripting.Dictionary, MSWC.AdRotator, MSWC.BrowserType, MSWC.NextLink, and MSWC.ContentRotator. There are many good resources on all of these created Objects. Most of them are beyond the scope of this web site.
Next on the list is Server.MapPath(). Looking back at script14.asp, do you see the double slashes (\\) in the MapPath argument? That's not an aident. We have to use escape characters in JavaScript.
The last Method I demonstrate is Server.HTMLEncode(). It converts HTML flags into non-HTML equivalents.
The Lone Property:
Server has one property: ScriptTimeout. It sets the maximum number of seconds allowable for script execution. If the script execution exceeds that time, then it times out. The user gets an ugly message but at least the Web Server can quit executing your darned greedy script and go about other business.
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程