asp獲取當(dāng)前網(wǎng)頁地址的代碼
更新時間:2008年01月09日 13:43:07 作者:
asp獲取當(dāng)前網(wǎng)頁地址的代碼
當(dāng)前頁地址
<%dim urlname
urlname=Request.ServerVariables("QUERY_STRING")%>
<%=Request.ServerVariables("SCRIPT_NAME")%><%if urlname<>"" then%>?<%=urlname%><%end if%>
<%dim urlname
urlname=Request.ServerVariables("QUERY_STRING")%>
<%=Request.ServerVariables("SCRIPT_NAME")%><%if urlname<>"" then%>?<%=urlname%><%end if%>
相關(guān)文章
ASP中RecordSet Open和Connection.Execute一些區(qū)別與細(xì)節(jié)分享
這篇文章主要介紹了ASP中RecordSet Open和Connection.Execute一些區(qū)別與細(xì)節(jié)分享,需要的朋友可以參考下2020-08-08asp中向文本框輸出數(shù)據(jù)原樣式的函數(shù)
asp中向文本框輸出數(shù)據(jù)原樣式的函數(shù)...2007-03-03SQLServer ADODB.Recordset 錯誤“800a0e78”,對象關(guān)閉時,不允許操作
今天在幫一個客戶維護(hù)網(wǎng)站的時候,運(yùn)行asp提示ADODB.Recordset 錯誤“800a0e78”,對象關(guān)閉時,不允許操作,原來是asp與sqlserver的連接出問題導(dǎo)致2014-07-07用asp實現(xiàn)把文件打包成Xml文件包,帶解包的ASP工具附下載
用asp實現(xiàn)把文件打包成Xml文件包,帶解包的ASP工具附下載...2007-06-06