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

📄 admin_authorwriting.asp

📁 功能强大 首发! 演示地址:http://jsice.com QQ:3300828 运行环境: Internet Information Server 5.x or 6.0 (ii
💻 ASP
字号:
<!-- #include file="../conn.asp" --><!--#include file="../inc/config.asp"-->
<!-- #include file="session.asp" --><%
dim authorID
authorID=replace(trim(request("ID")),"'","")
set rs=server.createobject("adodb.recordset")
sql="select * from [author] where author_ID="&authorID&""
rs.open sql,conn,1,1
if rs.eof and rs.bof then
Response.Write ("<script>alert('   操作错误!\n\n 用户不存在。');history.back();</script>")
	Response.end
End If
%><html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {
	font-family: "隶书";
	color: #FF0000;
	font-size: 24px;
}
.style3 {color: #FF0000}
-->
</style>
</head>

<body>
<table border="1" width="100%" cellspacing="0" cellpadding="0" class="TableLine" bordercolor="#1f3566" bordercolordark="#FFFFFF">
              <tr bgcolor="#1C3566">
                <td width="8%" height=25 align=center><font color="white">ID</font></td>
                <td width="18%" height=25 align=center><font color="white">登陆名</font></td>
                <td width="18%" height=25 align=center><font color="white">笔名</font></td>
                <td width="16%" height=25 align=center><font color="white">驻站申请</font></td>
                <td width="10%" height=25 align=center><font color="white">删除</font></td>
              </tr>
              <tr>
                <td height="22" align=center><%=rs("author_id")%> </td>
                <td align=center><%=rs("author_UserName")%></td>
                <td align=center><%=rs("author_Name")%></td>
                <td align=center><input class="button" type=button name=author value="通过驻站申请" onclick="javascript:window.open('admin_authorSave.asp?id=<%=rs("author_id")%>&act=goauthor','_self','')"></td>
                <td align=center><input class="button" type=button name=del value=删除 onclick="javascript:window.open('admin_authorDel.asp?id=<%=rs("author_id")%>','_self','')"></td>
              </tr>
              <tr>
                <td height="22" align=center valign="top">申请原由及部分作品内容</td>
                <td height="22" align=left colspan="4"> <%=rs("author_writing")%></td>
              </tr>
            </table>

<%rs.close
set rs=nothing 
conn.close
set conn=nothing
%>

⌨️ 快捷键说明

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