第一步
新建一个htm文档 index.htm
在里面写入如下代码
复制内容到剪贴板
代码:
<html>
<head>
<title>这里的文字替换为页面标题</title>
<META
content="这里文字替换为页面描述和关键字"
name=Description>
<META
content="这里替换为你页面的关键字"
name=Keywords>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="*,22" frameborder="NO" border="0" framespacing="0">
<frame src="主页面文件地址例如1.htm" name="mainFrame">
<frame src="这里是播放器页面地址本例中是play.htm" name="topFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>