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

📄 in_top.asp

📁 一个超级漂亮的班级主页asp代码
💻 ASP
字号:
<table align="center" width="700" height="95" border="0" cellspacing="0" cellpadding="0"><tr>
	<td width="100" height="100%" align="center">
		<img align="absmiddle" src="<% =DEF_logo %>" width="100" height="90" border="0" vspace="0" hspace="0">
	</td>
	<td width="300" align="center">
		<%
			IF right(DEF_top,3)="swf" THEN
		%>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="<% =DEF_top_w %>" HEIGHT="<% =DEF_top_h %>" id="welcome" ALIGN="">
 <PARAM NAME=movie VALUE="<% =DEF_top %>"> 
 <PARAM NAME=quality VALUE=high>
 <EMBED src="<% =DEF_top %>" quality=high  WIDTH="<% =DEF_top_w %>" HEIGHT="<% =DEF_top_h %>" NAME="welcome" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
		<%  ELSE %>
				<img align="absmiddle" src="<% =DEF_top %>" border="0" onMouseOver="javascript:if(this.width>280)this.width=280;" onLoad="javascript:if(this.width>280)this.width=280;">
		<%
			END IF %>
	</td>
	<td>
		<table align="center" width="100%" height="86" cellspacing="0" cellpadding="0" style="border:2px solid <% =bg1 %>; background-color:<% =bg3 %>" class="intbl"><tr>
			<td width="200" height="100%">
				<form name="fmlog" method="post" action="login.asp" >
				<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" class="intbl" style="padding-left:6px; padding-top:1px;">
					<tr><td width="100%">
						名字:&nbsp;<input type="text" name="logname" size="18" maxlength="8" class="kong">
					</td></tr>
					<tr><td width="100%">
						密码:&nbsp;<input type="password" name="logpwd" size="19" maxlength="14" class="kong">
					</td></tr>
					<tr><td width="100%">
						<a href="reg.asp" title="申请加入本班"><span style="behavior:url(font.htc)">申请加入</span></a>
						&nbsp;<input type="checkbox" name="forever" value=0 onClick="javascript:if(this.checked){this.value=1;}else{this.value=0;}">永久
						&nbsp;<input type="submit" name="cmdok" value="登 录" class="an">
					</td></tr>
				</table>
				</form>
			</td>
			<td height="100%">
					<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" class="intbl">
					<tr><td width="100%"><a href="phbook.asp" class="btn"><img src="img/skin/<% =defstyle %>/btn_photo.gif" border="0" alt="班级相册<br>(正式成员版面)"></a></td></tr>
					<tr><td width="100%"><a href="txbook.asp" class="btn"><img src="img/skin/<% =defstyle %>/btn_txb.gif" border="0" alt="班级通讯簿<br>(正式成员版面)"></a></td></tr>
					<tr><td width="100%"><a href="talkbook.asp" class="btn"><img src="img/skin/<% =defstyle %>/btn_bbs.gif" border="0" alt="班级讨论区"></a></td></tr>
					</table>
			</td>
		</tr></table>
	</td>
</tr></table>

<table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" style="border:2px solid <% =bg1 %>; border-bottom:none; background-color:<% =bg3 %>"><tr>
	<td width="50%" height="100%">
		<b>&nbsp;<% =DEF_classname %></b>
	</td>
	<td width="50%" align="right">
		<b>班级网址:<a href="index.asp"><% =DEF_weburl %></a>&nbsp;</b>
	</td>
</tr></table>

⌨️ 快捷键说明

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