婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > javascript asp教程服務器對象

javascript asp教程服務器對象

熱門標簽:咸陽銷售外呼系統 蘭州智能語音電銷機器人功能 企數外呼系統能用多久 外呼回撥系統圖片 為什么外呼系統需要預存話費呢 寧夏怎么申請400電話 常用地圖標注范圍點 辦理400電話一年多少錢 離線電子地圖標注軟件注冊

Overview:

The Server Object has seven (7) Methods, one (1) Property, zero (0) Events, and zero (0) Collections.

List of Methods:

Server 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>

Click Here to run the script in a new window.

I demonstrated four methods in the script14.asp. We'll take them from top 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 common 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 accident. 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.

您可能感興趣的文章:
  • java網絡編程之socket網絡編程示例(服務器端/客戶端)
  • Java從服務器上獲取時間動態顯示在jsp頁面實現思路
  • java判斷遠程服務器上的文件是否存在的方法
  • cookie在javascript中的使用技巧以及隱私在服務器端的設置
  • 使用jquery動態加載javascript以減少服務器壓力
  • 服務器端的JavaScript腳本 Node.js 使用入門
  • javascript獲得服務器端控件的ID的實現代碼
  • Node.js:Windows7下搭建的Node.js服務(來玩玩服務器端的javascript吧,這可不是前端js插件)
  • 客戶端用JavaScript填充DropDownList控件 服務器端讀不到值
  • Javascript 直接調用服務器C#代碼 ASP.NET Ajax實例
  • weblogic 8.1下重新編譯java類但不用重啟服務器的方法
  • Java進階學習:網絡服務器編程
  • Java Socket編程(三) 服務器Sockets
  • Java Socket編程(四) 重復和并發服務器
  • Java Socket編程(五) 簡單的WEB服務器
  • 用Java實現FTP服務器解決方案
  • java實現輕量型http代理服務器示例

標簽:溫州 家電維修 麗江 昆明 咸陽 鐵嶺 泰州 昌都

巨人網絡通訊聲明:本文標題《javascript asp教程服務器對象》,本文關鍵詞  javascript,asp,教程,服務器,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《javascript asp教程服務器對象》相關的同類信息!
  • 本頁收集關于javascript asp教程服務器對象的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 岐山县| 古蔺县| 潜江市| 襄樊市| 民丰县| 宁德市| 霍山县| 天气| 新营市| 惠东县| 丹巴县| 河津市| 墨玉县| 南康市| 宽甸| 邹城市| 涿鹿县| 临沭县| 九寨沟县| 北海市| 民县| 西充县| 阳谷县| 鹤岗市| 兴安县| 晴隆县| 沂源县| 高尔夫| 新乡县| 平乡县| 海晏县| 绥棱县| 汉源县| 江山市| 石渠县| 罗城| 略阳县| 翁牛特旗| 资中县| 太白县| 旅游|