Posted on 2007-07-27 17:24
七郎归来 阅读(456)
评论(0) 编辑 收藏
<html>
<NOSCRIPT> <IFRAME src="index.asp"> </IFRAME> </NOSCRIPT>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<title>biaidan.vicp.net</title>
<SCRIPT>
function switchSysBar(){
if (document.getElementById("switchPoint").innerText==3){
document.getElementById("switchPoint").innerText=4;
document.getElementById("frmTitle").style.display="none";
}else{
document.getElementById("switchPoint").innerText=3;
document.getElementById("frmTitle").style.display="";
}
}
</SCRIPT>
</head>
<BODY scroll=no style="MARGIN: 0px" oncontextmenu="return false">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%" bgColor=#eeeeee>
<TR><TD align=middle id=frmTitle noWrap vAlign=center>
<IFRAME frameBorder=0 name=window_left scrolling="NO" src=cbo_music.htm style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:150px;Z-INDEX:2">
</IFRAME>
</TD>
<TD width="6" background="player/bpic/bbg1.gif">
<TABLE border=0 cellSpacing=0 cellPadding=0 height="100%">
<tr><TD onclick=switchSysBar() style="HEIGHT:100%;">
<font id=switchPoint title="收缩/弹出左栏" style="COLOR:000000;CURSOR:hand;FONT-FAMILY:Webdings;FONT-SIZE:9pt;">3</font></td>
</tr>
</TABLE></TD>
<TD style="WIDTH:100%">
<IFRAME frameBorder=0 name=window_main scrolling="auto" src="index.asp" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:100%;Z-INDEX:1"></IFRAME>
</td>
</TR>
</TABLE>
</body></html>