top.asp
来自「短信息群发平台 功能强大 使用于各行各业 还可以和其他系统连接」· ASP 代码 · 共 29 行
ASP
29 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<script>
var ttt
ttt=2;
function oa_tool1(){
if(ttt==2)
{
ttt=1;
frameshow1.src="img/p_6.gif";
frameshow1.alt="隐藏"
window.parent.mm.rows="20,200,10,*";
}
else
{
ttt=2;
frameshow1.src="img/p_5.gif";
frameshow1.alt="显示"
window.parent.mm.rows="20,0,10,*";
}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#109fd4">
<div onClick="oa_tool1()" align="center" style="cursor:hand"><img id=frameshow1 src="img/p_5.GIF" width="50" height="9" alt="显示图片管理"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?