middle.htm
来自「这个也是一个功能强大的企业整站的ASP源代码」· HTM 代码 · 共 34 行
HTM
34 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT language=javascript>
var screen=true;i=0;width=0;
function shiftwindow()
{
if(screen==false)
{
parent.mainFrame.cols='0,10,*';
screen=true;
}
else if(screen==true)
{
parent.mainFrame.cols='150,10,*';
screen=false;
}
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" onload=shiftwindow()>
<table width="10" height="100%" border="0" cellpadding="0" cellspacing="0" style="CURSOR: hand">
<tr>
<td background="Images/menu_bg.gif" onclick=shiftwindow()><img src="Images/menu_button.gif" width="10" height="71" title="显示/隐藏"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?