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

📄 emotion1.htm

📁 本论坛开发环境:jdk1.5+Tomcat5.5.17+sql server2000+Windows 2000 1、支持HTML内容编辑,支持网络贴图与附件上传等,支持多种版面风格. 2、论坛
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>选择表情</title>
</head>

<body bgcolor="ECE9D8" topmargin="0" leftmargin=0>

<style>TD {FONT-SIZE: 12px}</style>
<script language="JavaScript">
function em(which){
window.returnValue = "<img src=../htmledit/Emotions/"+which+".gif>";
window.close();
}
</script>
<table border="0" cellpadding="0" cellspacing="5" align="center" style="padding-left:10px;width=98%">
<TR>
<TD align=center width="90%">
<div id="Emview" align="center"></div></TD>
<TD align=center width="10%">
<b><a  onClick="emotion(1)"   style='cursor:hand' >上页</a><br>
<br>
<a  onClick="emotion(2)"   style='cursor:hand' >下页</a> </b>
</TD></TR>
</table>
<script>
function emotion(no){
view=""
for (i=(no-1)*40+1;i<=no*40&&i<=60;i++){
view+="<td onclick=em('"+i+"') style=cursor:hand align=center onmouseover=\"this.style.borderWidth='1pt';this.style.borderColor='blue';this.style.borderStyle='solid'\" style=\"BORDER-RIGHT: white 1pt solid; BORDER-TOP: white 1pt solid; BORDER-LEFT: white 1pt solid; BORDER-BOTTOM: white 1pt solid\" onmouseout=\"this.style.borderWidth='1pt';this.style.borderColor='white';\"><img src=../../htmledit/Emotions/"+i+".gif width=20></td>";
if (i%10==0){
view+="</tr><tr>";
}
}
document.all.Emview.innerHTML="<table border=0 width=100% cellspacing=0 cellpadding=0><tr>"+view+"</tr></table>";
}
</script>
<script defer>emotion(1)</script>
</body>
</html>

⌨️ 快捷键说明

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