三)顯示/查看資料庫記錄:<% set dbconnection=Server.CREATEOBJECT("ADODB.CONNECTION")DBPath = Server.MapPath("customer.mdb")dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath建立與資料庫的串連,與上同。 SQL="select * from 客戶 Order By 時間 DESC"SET
1.如何用Asp判斷你的網站的虛擬實體路徑 答:使用Mappath方法 < p align="center" >< font size="4" face="Arial" >< b > The Physical path to this virtual website is: < /b >< /font > < font color="#FF0000" size="6" face="Arial" > < %=
cookie Written by: Günter HoffellnerTranslated by: Bernhard SpuidaFirst published: 9/8/2000 Setting or reading cookies in Flash may be necessary for example to extend the personalization of a web site to the Flash file. Flash
介紹作者:http://www.aspcn.com 飛刀 在不入前的一天,當我為瞭解決一個文法問題來翻閱VBscript文檔時,偶然間發現在了下面的一句話:Class StatementDeclares the name of a class, as well as a definition of the variables, properties, and methods that comprise the class. 翻譯過來就是......Class
word|伺服器 本文討論的問題與下列方面相關: Microsoft Word 97 for Windows Microsoft Visual InterDev, version 6.0 Microsoft Internet Information Server version 4.0 概要 本文描述了如何使用Microsoft Word在Web頁面ASP檔案中添加拼字檢查功能。 詳細的步驟 按照下列步驟建立ASP應用程式:
定時 Using ASP and HTML Meta TAGS To Make A Dynamic Delay MessageThis is a little trick to display a timed message to the user after doing some sort of task. By mixing some creative ASP with a simple HTML META Refresh you can
編程 經常在網上衝浪的讀者們一定看見過副檔名為"ASP"的網頁吧。這就是用ASP技術製作的網頁。ASP(Active Server Pages,動態伺服器端網頁)是Microsoft公司推出的一種伺服器端執行的動態網頁技術,它能讓網頁開發愛好者輕鬆地利用ActiveX組件,在HTML語言中加入Script指令碼,開發出互動性強的動態Web伺服器應用程式。