重定向
使用META 刷新标记、CGI 程序、Java、Javas cript 或其它技术,当用户点击一个链接时,自
动跳到另一个网页。搜索引擎不宜发现,但如果你发现后提交谷歌,这个页面一定会被惩罚。
常用的重定向方法:
<html>
<head>
<%
‘服务器端重定向
response.redirect “http://www.supercss.com/”
%>
<!– 标签 –>
<meta http-equiv=”refresh” content=”10;URL=http://www.baidu.com/”>
<!– 脚本 –>
<script language=”javascript”>
location.href=”http://www.baidu.com“;
</script>
</head>
<body>
<!– 使用Flash –>
<object width=”480″ height=”385″>
<param name=”movie” value=”url.swf?url=http://www.baidu.com”></param>
<embed src=”url.swf?url=http://www.baidu.com” type=”application/x-shockwave-flash”
width=”480″ height=”385″></embed>
</object>
</body>
</html>
Post Footer automatically generated by wp-posturl plugin for wordpress.




This page is very special, very creative, with many more practical content. Very much like to read it.
This is such a great source that you will be giving and you give it away for zero cost.