现在的位置: 首页 > 综合 > 正文

框架网页中的内容控制代码

2012年07月11日 ⁄ 综合 ⁄ 共 4502字 ⁄ 字号 评论关闭

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>main</title>
</head>
<frameset cols="*,*" frameborder="yes" border="3" framespacing="3">
  
<frame src="left_news.html" name="a" id="a" title="leftFrame" />
  
<frame src="news.html" name="b" id="b" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

_______________________________________________________________________
主页面代码
_______________________________________________________________________

<!--[1,60,3] published at 2006-04-07 10:15:08 from #012 by system-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>走马灯</title>
<Style Type="text/css">
.a 
{font-size:12px;}
</style>
</head>
<body bgcolor=#ffffff topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 style="overflow-x:hidden;overflow-y:hidden" >
<script language="javascript">
var nc = "<a href=http://news.sina.com.cn/c/2006-04-07/08028637047s.shtml target=_blank>安徽原财政厅长等3名厅级干部因受贿被诉</a><br/>";
var ie = "<marquee onmouseover='this.stop()' onmouseout='this.start()' scrollDelay=110 class=a><font color=#ff0000>最新消息:</font> 08:02<a href=http://news.sina.com.cn/c/2006-04-07/08028637047s.shtml target=_blank>安徽原财政厅长等3名厅级干部因受贿被诉</a>  05:23<a href=http://news.sina.com.cn/w/2006-04-07/05238635345s.shtml target=_blank>美国参议院两党议员就移民法案达成妥协</a>  04:45<a href=http://news.sina.com.cn/c/2006-04-07/04458634856s.shtml target=_blank>四川广元法院爆炸案嫌犯曾在煤矿纠纷中败诉</a>  02:06<a href=http://news.sina.com.cn/c/2006-04-07/02069552560.shtml target=_blank>湖南桂阳县委书记被刺案告破 嫌犯曾跟踪20天</a>  01:01<a href=http://news.sina.com.cn/c/2006-04-07/01019552011.shtml target=_blank>哈尔滨化工厂化学品存储罐起火引发爆炸(组图)</a>  00:04<a href=http://sports.sina.com.cn/g/2006-04-07/00042146370.shtml target=_blank>世界杯射手效率榜:维埃里超罗尼 第一堪称魔怪级</a>  22:54<a href=http://news.sina.com.cn/c/2006-04-06/22548632835s.shtml target=_blank>外交部:希望日方积极回应中方改善两国关系诚意</a>  22:04<a href=http://news.sina.com.cn/w/2006-04-06/22048632799s.shtml target=_blank>朝鲜称日本将独岛视为日领土暴露侵略野心</a>  21:17<a href=http://news.sina.com.cn/w/2006-04-06/21178632753s.shtml target=_blank>巴基斯坦卡拉奇市发生爆炸两人受伤</a>  20:57<a href=http://news.sina.com.cn/w/2006-04-06/20578632741s.shtml target=_blank>伊拉克什叶派圣城发生爆炸造成至少50人死伤</a>  19:54<a href=http://news.sina.com.cn/c/2006-04-06/19548632659s.shtml target=_blank>李长春要求深入开展社会主义荣辱观教育</a>  19:16<a href=http://sports.sina.com.cn/g/2006-04-06/19162146147.shtml target=_blank>英格兰中场“伪强大”之谜 一样枷锁困住潜在核心</a>  18:56<a href=http://news.sina.com.cn/w/2006-04-06/18568632633s.shtml target=_blank>以色列总统正式授权奥尔默特组建新政府</a>   <a href=javascript:location.reload()>刷新</a></marquee><br/>";
if(document.layers) 
{
document.write(nc);
//parent.frames["a"].document.write(nc); 打印到左侧
 
}

else {
document.write(ie);
//parent.frames["a"].document.body.innerText=ie;打印到左侧

 
}

</script>
<script language=javascript src=" http://image2.sina.com.cn/unipro/pub/getclickinfo_sinahome.js"></script>
</body>
</html>

_______________________________________________________________________
右侧网页news.html代码
_______________________________________________________________________

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<script language="javascript">
function writepage()
{  //将右侧网页代码打印到左侧
 parent.frames["a"].document.body.innerText=parent.frames["b"].document.body.innerHTML;
}

</script>
</head>

<body onload="writepage()">

</body>
</html>

_______________________________________________________________________
左侧网页left_news.html代码
_______________________________________________________________________

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<% 
Response.Write (
"<script language=javascript>parent.frames['b'].document.body.outerHTML;</script>"
%> 
</body>
</html>

_______________________________________________________________________
左侧网页left_news.asp代码
js代码写在ASP中有两点要注意:
一\不要有换行符
二\不要有双引号 符合asp语法就行 可以用""或'来代替js中的"
_______________________________________________________________________

抱歉!评论已关闭.