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

📄 albumsc.asp

📁 一个不错的音乐网站
💻 ASP
字号:
<title>收藏MTV</title>
<%PageName="UserModify"%>
<!--#include file="conn.asp"-->
<!--#include file="functionuser.asp"-->
<!--#include file="const.asp"-->
<body topmargin="0" leftmargin="0">
<%
set rs=server.createobject("adodb.recordset")
sql="select * from [user] where username='"&membername&"' and password='"&memberword&"'"
rs.open sql,conn,1,1
if rs.eof then
	errmsg="操作错误。请重新登陆!"
	call error()
	Response.end
else
        username=rs("username")
        password=rs("password")
	id=rs("id")
	Sex=rs("Sex")
	Email=rs("Email")
	Name=rs("Name")
	Shenfenzheng=rs("Shenfenzheng")
	Address=rs("Address")
	Youbian=rs("Youbian")
	Tel=rs("Tel")
	oicq=rs("oicq")
	adddate=rs("adddate")
	vipdate=rs("vipdate")
rs.close
end if
%>
<LINK href="../images/index.css" rel=stylesheet type=text/css>
<body topmargin="0" leftmargin="0">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="316" height="450">
  <tr>
    <td width="100%" valign="top">
    <table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="67%" bgcolor="#5589AA">
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
          <tr>
            <td width="20%" align="center">
            <p align="right"><font color="#FFFFFF">会员:</font></td>
            <td width="28%"><font color="#FFFFFF"><%=Username%></font></td>
            <td width="30%" align="center"><font color="#FFFFFF">剩余天数:</font></td>
            <td width="22%" align="center"><font color="#FFFFFF"><%=isvip%>(天)</font></td>
          </tr>
        </table>
        </td>
        <td width="33%" bgcolor="#5589AA">
            <a target="bzmtvplayer" href="#">
            <select size="1" name="bzmtvplayer" style="font-size: 9pt; border-style: solid; border-width: 1" onchange=location=this.options[this.selectedIndex].value ,'newwindow')>
            <option selected>会员收藏导航</option>
            <option value="../bzmtv-inc/albumsc.asp?action=show">会员MTV收藏</option>
            </select></a></td>
      </tr>
      <tr>
        <td width="100%" colspan="2">
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
          <tr>
            <td width="100%">
            <iframe name="I1" width="313" height="424" border="0" frameborder="0" src="Albumsc1.asp" scrolling="yes">
            浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
          </tr>
        </table>
        </td>
      </tr>
      </table>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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