1个回答
展开全部
<html><head>
<title>后台管理</title>
<style type="text/css">.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}</style>
<script>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>
<body scroll="no" topmargin="0" rightmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>
<td align="middle" id="frmTitle" nowrap valign="center" name="frmTitle">
<iframe frameborder="0" src="left.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2">
</iframe></td>
<td class="a2" style="WIDTH: 9pt">
<table border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td bgcolor="#A4B6D7" style="HEIGHT: 100%" onClick="switchSysBar()">
<font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
屏幕切换 </font></td>
</tr>
</table>
</td>
<td style="WIDTH: 100%">
<iframe frameborder="0" id="main" name="main" scrolling="yes" src="main.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
</iframe></td>
</tr>
</table>
</center>
</html>
上边是一个网站后台的框架,其中left.asp是左边的菜单,右边是显示其他的操作的内容,left.asp里边的连接应该写成<a href="" target=main>...</a>
<title>后台管理</title>
<style type="text/css">.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}</style>
<script>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>
<body scroll="no" topmargin="0" rightmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>
<td align="middle" id="frmTitle" nowrap valign="center" name="frmTitle">
<iframe frameborder="0" src="left.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2">
</iframe></td>
<td class="a2" style="WIDTH: 9pt">
<table border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td bgcolor="#A4B6D7" style="HEIGHT: 100%" onClick="switchSysBar()">
<font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
屏幕切换 </font></td>
</tr>
</table>
</td>
<td style="WIDTH: 100%">
<iframe frameborder="0" id="main" name="main" scrolling="yes" src="main.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
</iframe></td>
</tr>
</table>
</center>
</html>
上边是一个网站后台的框架,其中left.asp是左边的菜单,右边是显示其他的操作的内容,left.asp里边的连接应该写成<a href="" target=main>...</a>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询