📄 mlforshop.asp
字号:
<!--#include file="inc/char.asp"-->
<!--#include file="conn.asp"-->
<!-- #include file="chksession.asp" -->
<%
call chk(session("mlid"),"id")
sql="select * from vqqqmoli where moliid="&session("mlid")
set rsmoli=conn.execute(sql)
ukey=session("user")
keytype="uname"
%>
<!--#include file="inc/calluser.asp"-->
<%
if rs_user("regid")<>rsmoli("moliownerid") then
response.write "<script language=javascript>alert('此道具不属于你使用!');history.back(-1);</script>"
response.end
else
%>
<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">
<table cellpadding=0 cellspacing=0 width=560 align=center>
<tr>
<td width=100% align=center valign=top>
<table width='560' 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="560" 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>
<tr>
<td height="2" colspan="4" id="bg11"></td>
</tr>
</table>
<table border=0 cellPadding=0 cellSpacing=0 width="560">
<tr>
<td height="10">
<table width="100%" border="0" cellpadding=0 cellspacing=1 class=tablebg>
<%
sql="select * from shops where shopownerid="&rs_user("regid")
set rsshop=conn.execute(sql)
if rsshop.eof then
response.write "<script language=javascript>alert('你还没有申请开店,无法使用此道具!');history.back(-1);</script>"
response.end
else
%>
<form action="usemoli.asp?mlid=<%=session("mlid")%>&toid=<%=rsshop("shopid")%>" method="post">
<tr class=titletd>
<td width="60%" align=center>店铺名称</td>
<td width="10%"><div align="center">点击率</div></td>
<td width="18%" align=center>现有魔力</td>
<td width="10%" align=center>操作</td>
</tr>
<tr class=td>
<td width="60%" align=center><%=rsshop("shopname")%></td>
<td width="10%"><div align="center"><%=rsshop("shopclick")%></div></td>
<td width="18%" align=center><%=rsshop("shopmoli")%></td>
<td width="10%" align=center><input type=hidden name=act value="Y"><input type=submit name=B2 value="使用"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</BODY></HTML>
<% end if %>
<% end if %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -