⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_function.asp

📁 本文通过分析国内外网上购物系统的发展现状
💻 ASP
字号:
<%
function Check_Form(str) 
str=trim(str) 
str=replace(str," ","&amp;nbsp;") 
str=replace(str,"'","&amp;#39;") 
str=replace(str,"""","&amp;quot;") 
str=replace(str,"&lt;","&amp;lt;") 
str=replace(str,"&gt;","&amp;gt;") 
Check_Form=str 
end function 
sub error()
%>
<html>
<head>
<title>错误信息提示==<%=WebTitle%></title>
<!--#include file=index_Top.asp-->
</head>
<body>
        
<table cellpadding=4 cellspacing=1 border=0 width=99% align="center">
  <tr align="center"> 
    <td width="100%" bgcolor="#F78452" background="../images/topbg.gif"><b><font color="#FFFFFF">错 
      误 信 息</font></b></td>
          </tr>
          <tr> 
    <td width="100%" bgcolor="#FF6699"><b>产生错误的可能原因:</b> <%=errmsg%> </td>
          </tr> 
	<tr align="center">
            
    <td width="100%" bgcolor="#F78452" background="../images/topbg.gif"><a href="javascript:history.go(-1)"> 
      << 返回上一页</a></td>
          </tr>  
        </table>
      </html>
<%
end sub
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -