問題 PHP vs. ASP? ASP本身不是一個真正的語言,它只是Active Server Pages的字母的簡寫,實際使用的語言是VB Script。ASP最大的缺點是它只能用於Microsofts Internet Information Server (IIS),這就限制了它只能在WIN32平台上使用。現在已經有一些工具可以讓ASP是其它平台的web伺服器上使用,比如,<a
編程|程式|指令碼|指令碼 有了前面的html中關於form的強化知識,是不是在想,下面就可以開始ASP之旅呢?未必。一般系統學過ASP的編程人員都會切身體會到:在系統學習ASP的內建對象和內建群組件之前,學會指令碼語言永遠是至關重要的。為什麼這麼說呢?為什麼要學指令碼語言呢?ASP和指令碼語言又有什麼關係呢?首先說說ASP是貴為何物吧。ASP是Microsoft Active Server
參考|初學 常見縮減詞全寫及中文含義WWW----World Wide Web(全球資訊網)URL----Uniform Resource Locator(統一資源定位器)HTTP----Hyper Text Transfer Protocol(超文字傳輸通訊協定 (HTTP))HTML----Hyper Text Markup Language(超文字標記語言 (HTML))XML----Extensible Markup
分頁|函數 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
<%'判斷檔案名稱是否合法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.