directadmin

要将帧转发添加到您的网站,请使用以下代码创建您的html文件(通常为index.html): htmlheadtitle Title of your webpage /title/head frameset cols=* frame name=main src= http://www.site-helper.com scrolling=auto nor

如何将帧转发添加到您的网站

来源:梦飞科技 作者:梦飞 浏览量:197 更新:2018-04-25
要将帧转发添加到您的网站,请使用以下代码创建您的html文件(通常为index.html):

<html><head><title>Title of your webpage</title></head>
<frameset cols="*">
 <frame name="main" src="http://www.site-helper.com" scrolling="auto" noresize>
 <noframes>
 <body>

 Your browser does not support frames

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

用您希望使用的值替换所有粗体项目。
部分文章来源与网络,若有侵权请联系站长删除!