英雄无敌3技能树:如何利用框架独立音乐播放器

来源:百度文库 编辑:高校问答 时间:2024/05/11 05:35:35
让网页上的音乐播放器独立 不受其他链接的干扰? 当转换到另一个页面时 音乐继续播放?
大概是利用框架吧 但不知道代码
求其相关代码
1楼的大虾可不可以说明具体点呢?
还是弄不起来

是在blog里哦

<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="Description" content="吹雨网络">
<meta name="keywords" content="吹雨网络">
<meta name="author" content="吹雨网络">
<title>吹雨网络-音乐版</title>
</head>
<frameset rows="*,28" framespacing="0" border="0" frameborder="0">
<frame name="main" src="index.asp" scrolling="auto" noresize>
<frame name="footer" scrolling="no" noresize target="main" src="music/cnsidemp.htm">
<noframes>
<body>

<p>此网页使用了框架,但您的浏览器不支持框架。</p>

</body>
</noframes>
</frameset>

</html>

<iframe width=0 height=0 src=music.htm></iframe>

music.htm
<htm>
<head>
<bgsound src=..\music.mid>
</head>
<body>
</body>
</htm>