Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>上下结构框架点击可以折叠、展开</title>
</head>
<body style="MARGIN: 0px" scroll=no onResize=javascript:parent.carnoc.location.reload()>
<script>
if(self!=top){top.location=self.location;}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
CSS代码...
JS代码...
xxxxxxxxxx