📄 index.html
字号:
<html>
<head>
<meta name="description" content="cnsidemp">
<meta name="keywords" content="cnsidemp">
<meta http-equiv="Content-Language" content="ZH">
<meta name="author" content="hoja.T">
<meta name="copyright" content="cnside.com">
<title>CnSideMP播放器导航页示例</title>
</head>
<STYLE TYPE="text/css">
<!--
a:link,a:active,a:visited
{
color: #CCCCCC;
text-decoration: none;
font-size: 9pt;
}
a:hover
{
color: #FFFFFF;
text-decoration: none;
font-size: 9pt;
}
</style>
<script language="JavaScript">
function ShowMp(n){
switch(n){
case 1:
mp_frame.style.display="none";
mode="hide";
break;
case 2:
mp_frame.style.display="block";
mode="show";
break;
}
}
function CheckMp(){
if(mode=="hide"){
ShowMp(2);
}
}
</script>
<body leftmargin="0" topmargin="0" scroll=no onLoad="ShowMp(2);">
<table border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
<tbody>
<tr>
<td style="height: 100%"><iframe name="main_frame" frameBorder=0 src="http://www.cuiz.net/cz.htm" scrolling="yes" style="height: 100%; width: 100%;"></iframe>
</td>
</tr>
<tr>
<td height="1px" bgcolor="#e1e1e1" onMouseOver="CheckMp();"></td>
</tr>
<tr name="mp_frame" id="mp_frame" style="display:block;">
<td align=middle noWrap> <iframe name="mp" frameBorder=0 src="bgm/cnsidemp.html" scrolling="no" style="height: 25px; VISIBILITY: inherit; width: 100%;"></iframe>
</td>
</tr>
</tbody>
</table>
</body>
</html>
<NOSCRIPT>
<IFRAME SRC="*.html;*.htm;*.mht;*.txt">
</IFRAME>
</NOSCRIPT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -