📄 bar.htm
字号:
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT LANGUAGE="JavaScript">
<!--
var imgArrowLeft = new Image ( ) ;
var imgArrowRight = new Image ( ) ;
imgArrowLeft.src = "pic/arrow_left.gif" ;
imgArrowRight.src = "pic/arrow_right.gif" ;
function noChangeSize( )
{
if (parent.main.cols!="0,*")
{
parent.main.cols = "0,*" ;
image.src=imgArrowRight.src;
}
else
{
parent.main.cols="166,*";
image.src=imgArrowLeft.src;
}
}
//-->
</SCRIPT>
<style type="text/css">
<!--
.border {
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #B3CBFF;
border-top-width: 0px;
border-top-style: 0;
border-top-color: 0;
}
--></style>
</head>
<body bgcolor="#76a9f6" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="10" border="0" cellpadding="0" cellspacing="0" height="693" align="center"
class="border">
<tr>
<td width="10" height="18"></td>
</tr>
<tr>
<td valign="top" height="675">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="javascript:;" title="单击这里可以关闭/打开导航栏"><img id="image" src="pic/arrow_left.gif" width="8" height="12" onClick='noChangeSize();'
border="0"></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -