top.asp

来自「一个诚信信息港门户网 功能: 系统设置  企业会员  个人」· ASP 代码 · 共 28 行

ASP
28
字号
<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;
window.parent.mm.rows="200,10,*";
frameshow1.src="img/p_6.gif";
frameshow1.alt="隐藏图片管理"
}
else
{
ttt=2;
frameshow1.src="img/p_5.gif";
frameshow1.alt="显示图片管理"
window.parent.mm.rows="0,10,*";
}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#ff9900">
<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 + -
显示快捷键?