📄 dispykjbuyer.asp
字号:
<!-- #include file="inc/char.asp" -->
<%
aid=rst("ykjbid")
call chk(aid,"id")
%>
<!-- #include file="conn.asp" -->
<!-- #include file="inc/adovbs.inc" -->
<!-- #include file="chksession.asp" -->
<!-- #include file="head2.asp" -->
<html>
<head>
<TITLE><%=webname%>--会员管理中心---联系QQ:6439358,联系邮箱vqqq59r@163.com,网站www.vqqq.com,谢谢大家对我们系统的支持</title>
<META http-equiv=Content-Type content="text/html; charset="<%=charset%>">
<META name="keywords" content="<%=keywords%>">
<META name="description" content="<%=description%>">
<link href="images/main_style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 onmouseover=exitpop=false text=#000000 topMargin=0 marginheight="0" marginwidth="0">
<%
on error resume next
ukey=session("user")
keytype="uname"
%>
<!--#include file="inc/calluser.asp"-->
<%
sqlbid="select * from ykjbids where ykjbidsellerid="&rs_user("regid")&" and ykjbidid="&aid
set rsauc=server.createobject("adodb.recordset")
rsauc.open sqlbid,conn,1,1
if rsauc.eof then
response.write"<script language=javascript>alert('系统不允许你所需要的操作!请联系QQ:6439358');this.location.href='index.asp';</script>"
else
rs_user.close
set rs_user=nothing
ukey=rsauc("ykjbidbidderid")
keytype="uid"
%>
<!--#include file="inc/calluser.asp"-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="150" align="left" valign="top">
<!-- #include file="vqqqleft.asp" --> </td>
<td width="5"> </td>
<td align="left" valign="top">
<table width='100%' border=0 cellPadding=4 cellSpacing=0 id='b1'><tr><td height='10' colspan='2'></td></tr><tr><td height='25' >您的位置:用户中心 〉查看用户信息</td></tr></table> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="b1">
<tr>
<td width="4" valign="top" id="bg11"> </td>
<td width="100" align="center" valign="bottom" id="bg11"> </td>
<td width="4" valign="top" id="bg11"> </td>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="3" cellspacing="1" class=titletd id="b1">
<tr>
<td id="bg10" align="center" height="25px"> <font color=#ff0000><b>你可以通过以下联系方式与对方联系!</b></font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="5" class=tablebg>
<tr class=td>
<td width="24%" align="right" nowrap id="b1"><font id="f1">*</font>
真实姓名: </td>
<td width="27%" id="b1">
<%=rs_user("regName")%>
</td>
<td width="21%" align="right" id="b1"><font id="f1">*</font>E-mail:</td>
<td width="32%" nowrap id="b1">
<%=rs_user("regEmail")%>
</td>
</tr>
<tr class=td>
<td id="b1" colspan="1" align="right"><font id="f1">*</font>身份证号:</td>
<td id="b1" align="left">*******************</td>
<td id="b1" align="right"><font id="f1">*</font>性别:</td>
<td id="b1" align="left"><%=rs_user("regsex")%></tr>
<tr class=td>
<td id="b1" colspan="1" align="right"><font id="f1">*</font>居住城市:</td>
<td id="b1" align="left">
<%=rs_user("regstate")%><%=rs_user("regCity")%> </td>
<td id="b1" align="right"><font id="f1">*</font>居住地标志:</td>
<td id="b1" align="left"><input type="hidden" name="lvplace" value="承德石油专科学校">
<%=rs_user("regAddress2")%>
</td>
</tr>
<tr class=td>
<td width="24%" align="right" nowrap id="b1"><font id="f1">*</font>交易联系电话:</td>
<td id="b1">
0<%=rs_user("regtel")%>
</td>
<td align="right" nowrap id="b1"><font id="f1">*</font>国家:</td>
<td id="b1">
中国
</td>
</tr>
<tr class=td>
<td width="24%" align="right" nowrap id="b1"><font id="f1">*</font>交易联系住址:</td>
<td id="b1"><%=rs_user("regAddress1")%></td>
<td align="right" nowrap id="b1"><font id="f1">*</font>邮政编码:</td>
<td id="b1"><%=rs_user("regZip")%></td>
</tr>
</table>
</td>
</tr>
</table>
<%
end if
%>
</BODY></HTML>
<!-- #include file="bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -