📄 kehu.asp
字号:
<%
if session("use")="" then
Response.Write "<script Language=Javascript>alert('请您先登陆后再进行购买');location.href = 'javascript:history.back()';</script>"
end if
%><!--#include file="nt80.inc"--><html>
<head>
<title><%=name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel=Stylesheet type=text/css>
</head>
<body bgcolor="#F3F3F3" text="#000000">
<!--#include file="top.asp"-->
<table width="759" border="0" cellspacing="0" cellpadding="0" align="center" height="545" bgcolor="#FFFFFF">
<tr>
<td height="34" colspan="3">
<!--#include file="gun.asp"--></td>
</tr>
<tr>
<td width="1" bgcolor="#CCCCCC"></td>
<td width="749">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="421">
<tr>
<td width="27%">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="26%">
<tr>
<td> <!--#include file="indexuse.asp"-->
<!--#include file="indexbz.asp"--></td>
</tr>
</table>
</td>
<td width="73%"><br>
<table width="99%" border="0" cellspacing="0" cellpadding="0" height="451" align="center">
<tr>
<td bgcolor="#EBEBEB" height="2"></td>
</tr>
<tr>
<td bgcolor="#F9F9F9" height="15">
<div align="center">用户管理中心</div>
</td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="1"></td>
</tr>
<tr>
<td height="119"> <br>
<form name="form1" method="post" action="kehu2.asp?add=pass">
<table width="95%" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#F3F3F3">
<tr>
<td>修改密码 </td>
</tr>
<tr>
<td>名字
<input style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;"type="text" name="name2" value="<%=request("name")%>">
密码
<input style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;"type="password" name="pass" size="15">
新密码
<input style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;"type="text" name="pass2" size="15">
</td>
</tr>
<tr>
<td>
<div align="right">
<input type="image" src="img/fs.gif"name="Submit2" value="Submit" width="45" height="19">
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="82">
<form name="form1" method="post" action="kehu2.asp?add=wen">
<table width="95%" border="1" cellspacing="0" cellpadding="0" align="center" height="108" bordercolor="#F3F3F3">
<tr>
<td>问题咨询</td>
</tr>
<tr>
<td>用户
<input style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;"type="text" name="wname" value="<%=request("name")%>" size="20">
</td>
</tr>
<tr>
<td>问题
<input style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;"type="text" name="wen" size="50">
</td>
</tr>
<tr>
<td>内容
<textarea name="neirong" cols="60" rows="6"></textarea>
</td>
</tr>
<tr>
<td height="12">
<div align="right">
<input type="image" src="img/fs.gif"name="Submit22" value="Submit" width="45" height="19">
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="39">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center" height="64">
<tr>
<td bgcolor="#EBEBEB" height="2" colspan="4"></td>
</tr>
<tr>
<td bgcolor="#F9F9F9" height="10" colspan="4">问题例表</td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="2" colspan="4"></td>
</tr>
<tr>
<td width="278">问题</td>
<td width="128">时间</td>
<td width="67">回复</td>
<td width="42">
<div align="center">删除</div>
</td>
</tr>
<% set rs=server.createobject("adodb.recordset")
sql="SELECT * from wen where wname='"&request("name")&"' order by wtime desc"
rs.open sql,conn,1,3
for x=1 to int(rs.recordcount)
%>
<tr>
<td width="278" style="word-wrap:break-word;word-break:break-all;width:250;"><a href="#" onclick="javascript:window.open('wen.asp?id=<%=rs("id")%>','','width=400,height=170,scrollbars=yes');"><%=rs("wen")%></a></td>
<td width="128"><%=rs("wtime")%></td>
<td width="67">
<% if rs("huifu")="正处理" then %>
正处理...
<% else %>
<font color="#990000"><a href="#" onclick="javascript:window.open('wen.asp?id=<%=rs("id")%>','','width=400,height=170,scrollbars=yes');"><font color="#993300">查看回复</font></a></font>
<% end if %>
</td>
<td width="42">
<div align="center"><img src="img/delete.gif" alt="删除" width="12" height="12" border="0" onClick="if(confirm('您确定要删除吗?')){location='delwen.asp?id=<%=rs("id")%>'}else{return(false)}" onMouseMove="this.style.cursor='hand'"></div>
</td>
</tr>
<% rs.movenext
next %>
</table>
</td>
</tr>
<tr>
<td height="35">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center" height="64">
<tr>
<td bgcolor="#EBEBEB" height="2" colspan="5"></td>
</tr>
<tr>
<td bgcolor="#F9F9F9" height="10" colspan="5">我的自助发布商品列表</td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="2" colspan="5"></td>
</tr>
<tr>
<td width="122">商品</td>
<td width="105">点击率</td>
<td width="163">时间</td>
<td width="83">状态</td>
<td width="42">
<div align="center">删除</div>
</td>
</tr>
<% set rs=server.createobject("adodb.recordset")
sql="SELECT * from sp where fabu='"&request("name")&"' order by stime desc"
rs.open sql,conn,1,3
for x=1 to int(rs.recordcount)
%>
<tr>
<td width="122" style="word-wrap:break-word;word-break:break-all;width:250;"><a href="voo.asp?id=<%=rs("id")%>"><%=rs("sname")%></a></td>
<td width="105"><%=rs("dian")%>/次</td>
<td width="163"><%=rs("stime")%></td>
<td width="83">
<% if rs("slei")=0 then %>
正审核...
<% else %>
<a href="voo.asp?id=<%=rs("id")%>"><font color="#990000">成功发布</font></a>
<% end if %>
</td>
<td width="42">
<div align="center"><img src="img/delete.gif" alt="删除" width="12" height="12" border="0" onClick="if(confirm('您确定要删除吗?')){location='delfabu.asp?id=<%=rs("id")%>'}else{return(false)}" onMouseMove="this.style.cursor='hand'"></div>
</td>
</tr>
<tr>
<td colspan="5" height="2">
<div align="right"><font color="#000099"><a href="#" onclick="javascript:window.open('shopssme.asp?sname=<%=rs("sname")%>','','width=400,height=170');"><font color="#003399">>商品<%=rs("sname")%>的出售记录</font></a></font></div>
</td>
</tr>
<% rs.movenext
next %>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="7" background="img/b2.jpg"></td>
</tr>
</table><!--#include file="di.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -