📄 face.asp
字号:
<html>
<head>
<title>选择您的头像</title>
<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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-image: url(../images/bg.gif);
}
-->
</style></head>
<body>
<table align=center width=95% class="table004" cellpadding=5><tr>
<td class=table003 align=center >
点击选择您的头像</td>
<tr><td class="table001">
<%
for i=1 to 9
response.write "<img src='../images/tx/m"&i&".gif' border=0 onclick=""chg('images/tx/m"&i&".gif') "" style=cursor:hand> "
next
for i=10 to 72
response.write "<img src='../images/tx/m"&i&".gif' border=0 onclick=""chg('images/tx/m"&i&".gif') "" style=cursor:hand> "
next
%></td></tr>
<tr><td class="table001"><%
for i=1 to 9
response.write "<img src='images/tx/"&i&".gif' border=0 onclick=""chg('images/tx/"&i&".gif') "" style=cursor:hand> "
next
for i=10 to 95
response.write "<img src='images/tx/"&i&".gif' border=0 onclick=""chg('images/tx/"&i&".gif') "" style=cursor:hand> "
next
%>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -