📄 selectface.asp
字号:
<%
dim guestimagesnum,imagespath
imagespath="../Images/gbook/pic/"
guestimagesnum=56
PageTitle="请选择头像"
call guestface()
%>
<html>
<head>
<title><%=PageTitle%></title>
<script>
window.focus()
function changeimage(imagename)
{
window.opener.document.tcjdxr.UserFace.value="<%=right(imagespath,len(imagespath)-3)%>"+imagename+".gif";
window.opener.document.tcjdxr.showimages.src="<%=imagespath%>"+imagename+".gif";
}
</script>
<style type="text/css">
A{TEXT-DECORATION: none;}
A:hover{COLOR: #0099FF;}
A:link {color: #205064;}
A:visited {color: #006699;}
BODY{
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt;
text-decoration: none;
line-height: 150%;
background-color: #FBFDFF;}
TD{
FONT-FAMILY:宋体;
FONT-SIZE: 9pt;}
Input{
FONT-SIZE: 9pt;
HEIGHT: 20px;}
Button{
FONT-SIZE: 9pt;
HEIGHT: 20px; }
Select{
FONT-SIZE: 9pt;
HEIGHT: 20px;}
.border{border: 1px solid #CCCCCC;}
.border2{
background:#fef8ed;
BORDER-RIGHT: #999999 1px solid;
BORDER-LEFT: #999999 1px solid}
.title{background:#f6f6f6;}
</style>
</head>
<body>
<% sub guestface()%>
<table align=center width=95% cellpadding=5><td>
<%
for i=1 to 9
Response.Write "<a href=""javascript:window.close();""><img src='"&imagespath&"pic("&i&").gif' border=0 onclick=""changeimage('pic("&i&")') "" style=cursor:hand></a> "
next
for i=10 to guestimagesnum
Response.Write "<a href=""javascript:window.close();""><img src='"&imagespath&"pic("&i&").gif' border=0 onclick=""changeimage('pic("&i&")') "" style=cursor:hand></a> "
next
%>
</td></tr>
</table>
<%end sub%>
<div align="center"><font size="2">[<a href="javascript:window.close();">关闭窗口</a>]</font></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -