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

📄 moodpicbig.htm

📁 BBS源码 利用ASP的一个功能齐全的BBS论坛源码
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
table,tr,td{font-size:9pt; fo}
input{font-size:9pt;width:18; height:18;border:1 solid #aCaC41; }
-->
</style>
</head>
<script>
function ShowForum_Emot(page){
	var CountLength = 40;
	var page_size = 5
	var showlist='<table height="100%" width="100%"  border="0" cellspacing="0" cellpadding="2"><tr bgcolor="#686D9D"><td height=20><b><font color="#FFFFFF">就是快快心情图片选择器</font></b> </td><td align="right"><img onClick=parent.document.all.MaoDiv.style.display="none" src="Emot/exit.gif" width="16" height="16"></td></tr><tr><td colspan="2">'
	var pagelist = ''
	var Page_Max = CountLength/page_size
	if ((CountLength % page_size)>0)Page_Max = Math.floor(Page_Max+1);
	for (i=page*page_size-page_size+1;i<=page*page_size;i++)
	{
		Audibles_ID = i+55 ;
		Audibles_Url = "<img style=cursor:hand onclick=InnerAudibles("+Audibles_ID+")  title=[em"+Audibles_ID+"] src='Emot/Em"+ Audibles_ID + ".gif'>";
		
		if (i<=CountLength)
		{
			showlist = showlist + ''+Audibles_Url+' '
		}
	}
	for (i=1;i<=Page_Max;i++)pagelist += (i==page)? '<input type="text" disabled="true" value='+i+' style=" PADDING-LEFT: 5px; BACKGROUND: #DEDBD6;"> ':'<input value='+i+' type="button" onclick=this.blur();ShowForum_Emot('+i+') > '
	showlist = showlist + '</td></tr><Tr bgcolor="#D2E0E8"><TD>'+ pagelist +'</TD><td align="right"><input style="width:60;" value="默认图秀" type="button" onclick=window.location.href="MoodPic.htm" > <input style="width:60;" value="流行QQ" type="button" onclick=window.location.href="MoodPicQQ.htm"> <input type="text" disabled="true"  value="阿头系列" style="width:60; PADDING-LEFT: 3px; BACKGROUND: #DEDBD6;">&nbsp;</td></TR><\/table>'
	document.getElementById("AudiblesShow").innerHTML = showlist ;
}

function InnerAudibles(id)
{
	parent.Insert('[em'+id+']');
	//parent.document.all.MaoDiv.style.display='none'
}
</script>
<body oncontextmenu=self.event.returnValue=false onselectstart=window.event.returnValue=false topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0"  style="overflow:hidden">
<table width="100%" height="100%" border="2" cellspacing="0" cellpadding="0" Align=Center>
<TR><TD id="AudiblesShow"></TD></TR>
</table>
<script>ShowForum_Emot(1)</script>
</body>
</html>

⌨️ 快捷键说明

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