ASP基本函式

2021-05-24 13:35:53 字數 1387 閱讀 7001

<%=now()%>

2.取得來訪用的ip:

<%=request.servervariables(/"remote_host/")%>

3.獲得系統,瀏覽器版本:

4.去除ie混動條:

5.進入**,跳出廣告:

6.隨機數:

<%randomize%>

<%=(int(rnd()*n)+1)%>

n為可改變量

7.向上混動**:

hhhhhhhhhhhhhhhhhhh

8.自動關閉網頁:

本頁10秒後自動關閉,請注意重新整理頁面

9.隨機背景**:

<%randomize%>

.mid/" loop=/"-1/">

可以修改數字,限制呼叫個數,我這裡是60個.

10.自動重新整理本頁面:

11.access資料庫連線:

<%

option explicit

dim startime,endtime,conn,connstr,db

startime=timer()

connstr=/"driver=;server=hudenq-n11t33nb;uid=sa;pwd=xsfeihu;database=dvbbs/"

set conn = server.createobject(/"adodb.connection/")

conn.open connstr

function closedatabase

conn.close

set conn = nothing

end function

%>

13.用鍵盤開啟網頁**:

這裡是ctrl+enter和alt+s的** 自己查下鍵盤的ascii碼再換就行

14.讓層不被控制項覆蓋**:

# 前面

# 後面

15.動網flash廣告**:

16.vbs彈出視窗小**:

16.使用fso修改檔案特定內容的函式

asp複製檔案函式,asp移動檔案函式

複製檔案 function copyfiles tempsource,tempend dim fso set fso server.createobject scripting.filesystemobject if fso.fileexists tempend then response.writ...

asp函式FileSystemObject詳解

set fs server.createobject scripting.filesystemobject 1 檔案是否存在 if fs.fileexists c winnt cursors 3dgarro.cur true then response.write file c winnt curs...

asp常用函式

array function 返回乙個陣列 syntax array list arguments 字元,數字均可 example dim myarray for i 1 to 7 redim preserve myarray i myarray i weekdayname i next resul...