第一課--通覽 通覽 在開始之前:(我們應該知道) ASP 代表Active Server Pages.ASP 出自Microsoft,它為開發動態網頁提供了一個中性的語言平台。 你的指令碼使用普通的文本編寫,然後以.asp的副檔名儲存。當這些指令碼被調用的時候,他們首先通過asp指令碼翻譯引擎,而這個引擎的作用就是把你的指令碼和那些來自於瀏覽者,或者是資料庫,或者是其他你認為合適的來源的資訊組合在一起。根據我的首頁上所列出的這些推測,我斷言你已經知道怎樣去建立一個以. asp結尾的文字文件了。
Request Object: Request has five (5) Collections, one (1) Property, and one (1) Method. You'll use the Collections far more than the property or the method. Request Collections: Below is a table of the Request Collections and descriptions of how
此程式只能將首頁轉成靜態!(真對一個頁面) 將createhtml.asp檔案上傳到 你的空間存放首頁檔案(index.asp)的目錄下錄入網址直接開啟createhtml.asp接提示操作就可以了如果沒有轉成功可將createhtml.asp更名試一下(如:改成z.asp)錄入網址直接開啟z.asp 本檔案可以隨便改名不影響運行複製代碼 代碼如下:<% if request.QueryString("action")="ok" then dim kk,url,http,reurl
以下是源碼,請命名為.ASP檔案. 複製代碼 代碼如下:<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <% if request("action") = "1" then word = request("word") url = request("url") if word <> "" then getCategories() if url
以下是源碼,請命名為.asp檔案 複製代碼 代碼如下:<% bpn = request("bpn") if(bpn = "") then bpn = "0" end if intbpn = cint(bpn) if request("action") = "1" then word = request("word") url = request("url") if word <> "" then getCategories() if
分別儲存下面兩段代碼,一個儲存為readxml.asp另一個儲存為test.xml,放在同一個目錄下面,偵錯工具即可,在程式裡面我已經做瞭解釋,讀取代碼可以做成一個readxml的函數,通過使用輸入的參數而讀取xml不同資料記錄的不同的值。這段程式的改編來自互連網,有什麼出入請見諒。複製代碼 代碼如下:<% dim xml,objNode,objAtr,nCntChd,nCntAtr Set xml=Server.CreateObject("Microsoft.XMLDOM") xml.