代码文件log.asp中内容如下: <% Function getPath() getPath = request.servervariables("APPL_PHYSICAL_PATH") End Function Function getScriptName() sName = request.servervariables("SCRIPT_NAME") getScriptName = sName End Function Sub writeLog(log
原始代码如下 Set Conn = Server.CreateObject("Adodb.Connection") Conn.Open "Provider=Microsoft.Jet.Oledb.4.0;Data Source="&Server.MapPath("*****.mdb") sql="select * from users where username='"&request.Form("u