如何将一个HTML文件嵌入一个ASP页面框架底部
一个HTML文件:是一个显示播放器页面(在服务器要目录/exobud_mp/exobud.html)
要把这个HTML嵌入到一个首页ASP文件中,如何使用frameset 使播放器始终显示在asp页面的底部,刷新页面时不会导致歌曲重
播。这个代码应该如何设置?
首页ASP文件代码:
<!--#include file="chklogin.asp"-->
<!--#include file="var.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>www.360any.com</title>
<link href="../sub/main.css" rel="stylesheet" type="text/css">
</head>
<%=webbody%>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="160" valign="top" bgcolor="F979BC" style="border-right:#333333 1px solid;">
<!--#include file="left.asp"-->
</td>
<td align="center" style="border-left:#cccccc 1px solid;">
<table width="100%" height="620" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">技术支持:QQ:88510513</td>
</tr>
<br>
<tr><td align="center"><iframe src="http://www.51pcdiy.com" name="parent" frameborder=0 scrolling=auto noresize framespacing=0 marginwidth="0" marginheight="0" height="600" width="100%" border="0"></iframe></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>