⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frame.htm

📁 java播放器 java播放器 html中
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$charset">
<title>$navtitle $bbname $seotitle - Powered by Discuz!</title>
$seohead
<meta name="keywords" content="$metakeywordsDiscuz!,Board,Comsenz,forums,bulletin board,$seokeywords">
<meta name="description" content="$bbname $seodescription - Discuz! Board">
<meta name="generator" content="Discuz! $version with Templates 5.0.0">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
body {
	margin: 0px;
}
#frameswitch {
	background: url('{FRAMESWITCH}') no-repeat 0;
	cursor: pointer;
}
</style>
<script src="include/javascript/common.js" type="text/javascript"></script>
<script src="include/javascript/iframe.js" type="text/javascript"></script>
<script type="text/javascript"><!--{eval $framewidthcss = $framewidth -3;}-->
function framebutton(){
	var obj = document.getElementById('navigation');
	var frameswitch = document.getElementById('frameswitch');
	var switchbar = document.getElementById('switchbar');
	if(obj.style.display == 'none'){
		obj.style.display = '';
		switchbar.style.left = '{$framewidthcss}px';
		frameswitch.style.backgroundPosition = '0';
	}else{
		obj.style.display = 'none';
		switchbar.style.left = '0px';
		frameswitch.style.backgroundPosition = '-11';
	}
}

if(top != self) {
	top.location = self.location;
}
</script>
</head>

<body scroll="no">
<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
	<tr>
		<td align="middle" id="navigation" valign="center" name="frametitle" scrolling="no"  width="$framewidth"  style="display: none;">
			<iframe name="leftmenu" frameborder="0" src="leftmenu.php?frameon=no" scrolling="no" style="height: 100%; visibility: inherit; width: {$framewidth}px; z-index: 1" onkeydown="refreshrightframe(event)"></iframe>
		<td style="width: 100%">
			<table id="switchbar" border="0" cellPadding="0" cellSpacing="0" width="11" height="100%" style="position: absolute; left: 0px; background-repeat: repeat-y; background-position: -{$framewidthcss}px">
				<tr><td onclick="framebutton()"><img id="frameswitch" src="images/img/mbar.gif" alt="" border="0" width="17" height="85" /></td></tr>
			</table>
			<iframe frameborder="0" scrolling="yes" name="main" src="$newurl" style="height: 100%; visibility: inherit; width: 100%; z-index: 1;overflow: auto;" onkeydown="refreshrightframe(event)"></iframe>
		</td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -