Blogger Information
Blog 6
fans 0
comment 0
visits 9092
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
实现网站(网页)跳转且可隐藏跳转后网址的代码
牛牛牛
Original
3008 people have browsed it
下面与大家分享一段 可实现网站(网页)跳转且可隐藏跳转后网址的代码。此代码可制作成单独首页,放在空间服务器根目录位置。作为优先执行的首页。如我现在优先执行的是以htm为后缀的,则首页设为  index.htm;如果优先执行的是以html为后缀的,则首页设为  index.html;如果优先执行的是以php为后缀的,则首页设为  index.php 。如果优先执行的是以asp为后缀的,则首页设为  index.asp;根据实际情况而定。首页全部代码是:

 <html>

<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>西南财富网</title><frameset framespacing="0" border="0" rows="0" frameborder="0"><frame name="main" src="http://www.xncfw.com/" scrolling="auto" noresize></frameset>

</head>

<body>

<a href="http://www.xncfw.com/">西南财富网</a>       (注:此行可要可不要)

</body>

</html>


注:将以上http://www.xncfw.com/改成你自己的网址。将“西南财富网”改成你自己的网站名。

这是注释。

不妥之处请高手指教。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post