index.html 首页如下
<head>
<base href="<% =SiteUrl%>" />
<!– Title –>
<title><% =SiteTitle %></title>
<!– Meta Tags –>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="<% =Keywords %>" />
<meta name="description" content="<% =Descriptions %>" />
<style type="text/css">
html,body { margin:0;padding:0; height:100%; }
</style>
</head>
<body scroll="no">
<div style="position:absolute; top:195px; left:0px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="290" height="24">
<param name="movie" value="http://tools.meqzone.com/others/play/swf/3.swf?soundFile=http://homepage.mac.com/pureworried/blogwavestudio/LH20041006234527/LHA20051003233918/Media/LHA20051003234553.mp3&bg=0xCDDFF3&leftbg=0x357DCE&lefticon=0xF2F2F2&rightbg=0x357DCE&rightbghover=0x4499EE&righticon=0xF2F2F2&righticonhover=0xFFFFFF&text=0x357DCE&slider=0x357DCE&track=0xFFFFFF&border=0xFFFFFF&loader=0x8EC2F4&autostart=yes&loop=yes" />
<param name="quality" value="high" />
<param value="transparent" name="wmode" />
<embed src="http://tools.meqzone.com/others/play/swf/3.swf?soundFile=http://homepage.mac.com/pureworried/blogwavestudio/LH20041006234527/LHA20051003233918/Media/LHA20051003234553.mp3&bg=0xCDDFF3&leftbg=0x357DCE&lefticon=0xF2F2F2&rightbg=0x357DCE&rightbghover=0x4499EE&righticon=0xF2F2F2&righticonhover=0xFFFFFF&text=0x357DCE&slider=0x357DCE&track=0xFFFFFF&border=0xFFFFFF&loader=0x8EC2F4&autostart=yes&loop=yes" width="290" height="24" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object></div>
<iframe src="index.asp" style="width:100%; height:100%; border:0" scrolling="no"></iframe>
</body>
</html>
index.asp代码如下:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<frameset border="0" framespacing="0" rows="85,*" frameborder="NO" cols="*">
<frame name="topFrame" src="top.html" noResize scrolling="no"/>
<frameset border=0 frameSpacing="0" rows=* frameBorder="no" cols=210,*>
<frame name="left" src="left.html" noResize/>
<frame name="main" scrolling="auto" runat="server" id="mainFrame" src="right.html"/>
</frameset>
</frameset><noframes></noframes>
</html>
在index.asp里面上、下、右替换为自己要的网站内容就可以了.