📄 admin_function.asp
字号:
<%
function Check_Form(str)
str=trim(str)
str=replace(str," ","&nbsp;")
str=replace(str,"'","&#39;")
str=replace(str,"""","&quot;")
str=replace(str,"<","&lt;")
str=replace(str,">","&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 + -