編程|程式|指令碼|指令碼 有了前面的html中關於form的強化知識,是不是在想,下面就可以開始ASP之旅呢?未必。一般系統學過ASP的編程人員都會切身體會到:在系統學習ASP的內建對象和內建群組件之前,學會指令碼語言永遠是至關重要的。為什麼這麼說呢?為什麼要學指令碼語言呢?ASP和指令碼語言又有什麼關係呢?首先說說ASP是貴為何物吧。ASP是Microsoft Active Server
分頁|函數 const MaxPerPage=18dim pageif not request("page")="" then Page=cint(request("page"))else Page=1end ifdim ii=0rs.move (Page-1)*MaxPerPage分頁do while ' 中間是迴圈段 i=i+1 if i>=MaxPerPage then exit
dom 近年來,在Web技術的迅速發展過程中,ASP(應用服務供應商)作為一個全新的服務領域受到越來越廣泛的關注。儘管從全球範圍來看,目前的ASP還處於發展的初級階段,但據IDC預測,在2003年,ASP的營業額將迅速膨脹至45億美元。那麼,目前在全球和國內都擁有了廣泛使用者基礎的世界領先的電子協作平台Lotus Domino,在迅速發展的ASP市場具有哪些優勢?
<%'判斷檔案名稱是否合法Function isFilename(aFilename) Dim sErrorStr,iNameLength,i isFilename=TRUE sErrorStr=Array("/","\",":","*","?","""","<",">","|") iNameLength=Len(aFilename) If iNameLength<1 Or iNameLength=null
定時|執行 Using the global.asa to schedule ASP code execution.Have you ever had some asp code that needed to execute every once in a while but, you just didn't know how to do it.There is a solution that doesn't involve running
asp.net asp.net 繪製曲線圖首先定義DrawClass類 using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.
初學|資料|資料庫 一般來說,一個真正的、完整的網站是離不開資料庫的,因為實際應用中,需要儲存的資料很多,而且這些資料之間往往還有關聯,利用資料庫來管理這些資料,可以很方便的查詢和更新。資料庫有很多種,如:Fox 資料庫(.dbf)、Access 資料庫(.mdb)、Informix、Oracle 和 SQL Server 等等,在這裡,我將以 Microsoft Access