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

📄 userfaceback.asp

📁 宁波娱乐在线城市,丰富的内容版块
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!-- #include file="shopconn.asp" -->
<HTML>
<HEAD>
<TITLE>虚拟人物系统</TITLE>
</HEAD>
<BODY leftmargin="0" topmargin="0">
<%dim username,rs,sql
username=trim(request("username"))
set rs=server.createobject("adodb.recordset")
sql="select titlepic,face,face_1,face_2,face_3,face_4,face_5,face_6 from [User] where NC='"&UserName&"'"
rs.open sql,connshop,1,1
if rs.eof and rs.bof then
dim rs1
set rs1=server.createobject("adodb.recordset")
sql="select XB from [HY] where NC='"&UserName&"'"
rs1.open sql,conn,1,1%>
<table width="193" border="0" cellspacing="0" cellpadding="0" height="212" background="userface/left-bg.gif">
<tr>
<td>
<div id="Layer1" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:1; visibility: visible"><img src=userface/back/0001.gif width=179 height=200></div>
<div id="Layer2" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:2; visibility: visible"><img src=userface/<%if rs1(0)=1 then%>face1.gif<%else%>face2.gif<%end if%> width=179 height=200></div></td></tr></table><%
rs1.close
set rs1=nothing
conn.close
set conn=nothing
else%>
<table width="193" border="0" cellspacing="0" cellpadding="0" height="212" background="userface/left-bg.gif">
<tr>
<td>
<div id="Layer1" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:1; visibility: visible"><%if rs("titlepic")><"" then%><img src=<%=htmlencode(rs("titlepic"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer2" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:2; visibility: visible"><%if rs("face")><"" then%><img src=<%=htmlencode(rs("face"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer3" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:3; visibility: visible"><%if rs("face_1")><"" then%><img src=<%=htmlencode(rs("face_1"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer4" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:4; visibility: visible"><%if rs("face_2")><"" then%><img src=<%=htmlencode(rs("face_2"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer5" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:5; visibility: visible"><%if rs("face_3")><"" then%><img src=<%=htmlencode(rs("face_3"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer6" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:6; visibility: visible"><%if rs("face_4")><"" then%><img src=<%=htmlencode(rs("face_4"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer7" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:7; visibility: visible"><%if rs("face_5")><"" then%><img src=<%=htmlencode(rs("face_5"))%> width=179 height=200 hspace=1><%end if%></div>
<div id="Layer8" style="position:absolute; left:6px; top:6px; width:179px; height:200px; z-index:8; visibility: visible"><%if rs("face_6")><"" then%><img src=<%=htmlencode(rs("face_6"))%> width=179 height=200 hspace=1><%end if%></div></td></tr></table><%end if
rs.close
set rs=nothing
connshop.close
set connshop=nothing%></BODY>
</HTML>

⌨️ 快捷键说明

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