📄 bbs.html
字号:
<!--xWin 的子窗口模版-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>社区</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="laputaxWinChild.js"></script>
<script language=javascript>
//xWin.move(0.5,0.5,200,200);
function repos(){
var headerHeight=50;
$("BBSFrm").style.height=(document.body.clientHeight-headerHeight)+"px";
$("BBSFrm").style.top=headerHeight+"px";
}
function init(){
var liforgetdate= new Date();
$('BBSFrm').src="http://www.laputac.com/bbs/index.asp";
repos();
}
window.onresize=repos;
</script>
</head>
<body style="overflow:hidden;boder:0;" onLoad="init();">
<div class="iframehead" id="HeadDiv" >
<div class="positiontLeft">
<ul>
<li style=" width:300px;height:50px; line-height:50px; text-align:left; padding-top:10px;" class="positiont"><img style="margin-bottom:-5px;" src="images/positiont.gif" width="30" height="30" />社区</li>
</ul>
</div>
</div>
<!-- xWin 插入的代码 -->
<div class="xWin-title-bar" id="xWin-title-bar" onMouseDown="xWin.drag();" onDblClick="xWin.maximize();"></div>
<div class="window-positiont" id="big-small-close-bg" ></div>
<div class="window-positiont">
<div class="big-small-close" onMouseOver="this.className='big-small-close-over';" onMouseOut="this.className='big-small-close';" onClick="Util.help();"></div>
<div class="big-small-close" onMouseOver="this.className='big-small-close-over';" onMouseOut="this.className='big-small-close';" onClick="xWin.minimize();"></div>
<div class="big-small-close" onMouseOver="this.className='big-small-close-over';" onMouseOut="this.className='big-small-close';" onClick="xWin.maximize();"></div>
<div class="big-small-close" onMouseOver="this.className='big-small-close-over';" onMouseOut="this.className='big-small-close';" onClick="xWin.close();"></div>
</div>
</body>
<iframe name="BBSFrm" style="border:0;overflow:hidden;width:100%; position:absolute;left:0"></iframe>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -