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

📄 postapply.asp

📁 招标代码
💻 ASP
字号:
<!--#include file="const.asp"-->
<!--#include file="path.asp"-->
<!--#include file="IsUser.asp"-->

<%
if User_ID<>"" Then
   UserRight=Cint(request("right1"))+Cint(request("right2"))
   conn.execute("Insert into Apply(ApplyID,ApplyRight,ApplyTime,Applyreason) Values("&User_ID&","&UserRight&",'"&Now()&"','"&request("reason")&"')")
   isup="true"
end if
%>


<html>
<head>
<title>修改信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<LINK 
href="styles.css" type=text/css rel=stylesheet>
</head>

<body>

<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=center>
  <tr>
    <td width="100%" height="197" align="center">
<table border="0" cellspacing="0" cellpadding="0" height="85" bgcolor="#99ccff" width="100%">
<tr>
<td align="center">
<%if isup="true" then%>
<font color="#FF0000">申请已经递交,请耐心等待审批.</font><br>
<a href='javascript:window.close()' class=linkblue2>关闭</a>
<script language=javascript>
setTimeout('window.close();',5000)
</script>
<%else%>
<a href="login.htm" class=linkblue2>申请递交失败,请与管理员联系.</a><br>
<a href='javascript:window.close()' class=linkblue2>关闭</a>
<script language=javascript>
setTimeout('"window.close();',5000)
</script>
<%end if%>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>

</body>
</html>

⌨️ 快捷键说明

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