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

📄 left.asp

📁 基于asp的 班级同学录主页源代码
💻 ASP
字号:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%">
<tr>

<td width="19%" height="2" align="right"><img src="image/Misc1.gif" width="39" height="18"></td>
<td width="63%" background="image/bg1.gif" align="center" height="2" valign="middle">个人通讯录</td>
<td width="18%" background="image/bg1.gif" align="right" height="2"><img src="image/Misc2.gif" width="4" height="18"></td>
</tr>
<tr>
<td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" colspan="3">
<div align="center">
<center>
<br>
<table border="0"  cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="91%" cellpadding="0">
<tr>
<td align="left" valign="bottom" width="16%"><img src="image/Adsbook.gif" width="21">
</td>
<td colspan="2"> <a href="index.asp">所有用户</a></td>
</tr>
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from type where user='"&user&"'"
rs.open sql,conn,1,1
do while not rs.eof
%>
<tr>
<td align="right" valign="top" width="16%"> <img border="0" src="image/Nod.gif" width="11" height="20"></td>
<td class="main" width="17%"><a href="index.asp?id=<%=rs("id")%>">
<img border="0" src="image/Group.gif" width="17" height="20"></a></td>
<td class="main" width="67%"><a href="index.asp?type=<%=rs("typename")%>"><%=rs("typename")%></a>(<%=rs("count")%>)</td>
</tr>
<%rs.movenext
loop
%><tr><td width=150 colspan="3"><form action="addtype.asp" method=post>新增组:<input type=text size=5 name=typename onmouseover="this.style.background='#fffff5';" onmouseout="this.style.background='#EDF9C8'">
<input type=image src="../image/1-sub.gif"></td></tr>
</table></form>
</center>
</div>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber8" height="3">
<tr>
<td width="100%"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%">
<tr>

<td width="19%" height="2" align="right"><img src="image/Misc1.gif" width="39" height="18"></td>
<td width="64%" background="image/bg1.gif" align="center" height="2" valign="middle">查找朋友</td>
<td width="17%" background="image/bg1.gif" align="right" height="2"><img src="image/Misc2.gif" width="4" height="18"></td>
</tr>
<tr>
<td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" colspan="3">
<div align="center">
<center>
ddgfdgf
</center>
</div>
</td>
</tr>
</table>

⌨️ 快捷键说明

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