2011年4月10日星期日

[codes]URL转发与实质的实现代码

比如我要把未备案的域名进行 URL转发,只要新建一个index.html  代码设置为如下:

<frameset framespacing="0" border="0" cols="0,100%" frameborder="0">

<frame name="top" scrolling="no" noresize src="nothing.htm" marginwidth="0" marginheight="0">

<frame name="main" src="http://www.baidu.com" marginwidth="0" marginheight="0" scrolling="auto">

就可以实现 URL转发到百度了..呵.

 欢迎转载,转载请注明:
 本文来自: 捷飞网络论坛(Bbs.IDC1.TK)
 详细出处参考:http://bbs.superrichtech.com/thread-546-1-1.html

没有评论:

发表评论