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

📄 face.asp

📁 9seek 留言本源代码5.0版
💻 ASP
字号:
<!--#include file=conn.asp -->
<!--#include file=const.asp -->
<%
connclose()
%>
<html>
<head>
<title>9seek留言本头像</title>
<META name="Author" content="木鸟">
<link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
<script>
window.focus()
function chg(url)
{
	window.opener.document.form1.face.value=url;
	window.opener.document.form1.faceImg.src=url;
}
</script>
</head>
<body>
<table align=center width=95% class="table004" cellpadding=5><tr><td class=table003 align=center >
9seek 留言本 <b>头像</b>
</td>
<tr><td class="table001">
<%
dim i

for i=1 to 9
	response.write "<img src='face/m0"&i&".gif' border=0 onclick=""chg('face/m0"&i&".gif') "" style=cursor:hand> "
next
for i=10 to 33
	response.write "<img src='face/m"&i&".gif' border=0 onclick=""chg('face/m"&i&".gif') "" style=cursor:hand> "
next
%>
</td></tr>

<tr><td class="table001">
<%
for i=1 to 9
	response.write "<img src='face/f0"&i&".gif' border=0 onclick=""chg('face/f0"&i&".gif') "" style=cursor:hand> "
next
for i=10 to 25
	response.write "<img src='face/f"&i&".gif' border=0 onclick=""chg('face/f"&i&".gif') "" style=cursor:hand> "
next
%>
</td></tr>

<tr><td class="table001">
<%
for i=1 to 9
	response.write "<img src='face/c0"&i&".gif' border=0 onclick=""chg('face/c0"&i&".gif') "" style=cursor:hand> "
next
for i=10 to 13
	response.write "<img src='face/c"&i&".gif' border=0 onclick=""chg('face/c"&i&".gif') "" style=cursor:hand> "
next
%>
</td></tr>

</table>
<br>
<center class=jnfont5 ><font face=Tahoma><a href=http://www.9seek.com/ target=_blank>9seek留言本</a></font><center>
</body>
</html>

⌨️ 快捷键说明

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