Visit_ObtainCode.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:2k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../../FS_Inc/Const.asp" -->
  3. <!--#include file="../../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../../FS_InterFace/NS_Function.asp" -->
  5. <!--#include file="../../FS_Inc/Function.asp" -->
  6. <%
  7. Response.Buffer = True
  8. Response.Expires = -1
  9. Response.ExpiresAbsolute = Now() - 1
  10. Response.Expires = 0
  11. Response.CacheControl = "no-cache"
  12. Dim Conn,User_Conn,tmp_type,strShowErr
  13. MF_Default_Conn
  14. MF_User_Conn
  15. MF_Session_TF
  16. if not MF_Check_Pop_TF("SS_site") then Err_Show
  17. if not MF_Check_Pop_TF("SS001") then Err_Show
  18. dim tmp_str
  19. tmp_str=Replace("/"&G_VIRTUAL_ROOT_DIR &"/","//","/")
  20. %>
  21. <html>
  22. <head>
  23. <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  24. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  25. <title>流量统计代码</title>
  26. </head>
  27. <body topmargin="2" leftmargin="2">
  28. <table width="98%" height="90"  border="0" align="center" cellpadding="3" cellspacing="1" class="table">
  29.   <tr  class="xingmu"> 
  30.     <td colspan="2" valign="middle" class="xingmu"><strong>流量统计代码调用</strong></td>
  31.   </tr>
  32.   <tr  class="hback"> 
  33.     <td width="16%" valign="middle" class="hback"> <div align="center">有图标</div></td>
  34.     <td width="84%" valign="middle"><SPAN class=small2><FONT face="宋体">&lt;script 
  35.       language=&quot;JavaScript&quot; src=&quot;<% = tmp_str %>stat?code=1&quot; type=&quot;text/JavaScript&quot;&gt;&lt;/script&gt;</FONT></SPAN></td>
  36.   </tr>
  37.   <tr  class="hback"> 
  38.     <td valign="middle"  class="hback"> <div align="center">无图标</div></td>
  39.     <td  class="hback"><FONT face="宋体">&lt;script 
  40.       language=&quot;JavaScript&quot; src=&quot;<% = tmp_str %>stat?code=0&quot; type=&quot;text/JavaScript&quot;&gt;&lt;/script&gt;</FONT></td>
  41.   </tr>
  42.   <tr  class="hback"> 
  43.     <td valign="middle"  class="hback"> <div align="center">文字统计</div></td>
  44.     <td valign="middle"  class="hback"><FONT face="宋体">&lt;script 
  45.       language=&quot;JavaScript&quot; src=&quot;<% = tmp_str %>
  46.       stat?code=2&quot; type=&quot;text/JavaScript&quot;&gt;&lt;/script&gt;</FONT></td>
  47.   </tr>
  48. </table>
  49. <div align="center"></div>
  50. </body>
  51. </html>