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

📄 emotion.htm

📁 本系统其主要宗旨是让公司管理更轻松
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>

<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
<title>选择表情</title>
</head>
<style>TD {FONT-SIZE: 12px}</style>
<body bgcolor="ECE9D8">

<script language="JavaScript">
function em(which){
window.returnValue = "<img src=skins/Emotions/"+which+".gif>";
window.close();
}
</script>
<table border="0" cellpadding="0" cellspacing="5" align="center" style="padding-left:10px;width=100%">
<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<=80;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=../skins/Emotions/"+i+".gif></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 + -