自动跳转不被搜索引擎察觉的2种方法
==========方法1===============
<html>
<head>
<title>Welcome to </title>
<script type="text/javascript">
location=""http://www.xxx.com/Home.html";
</script>
</head>
</html>
===========方法2===============
<form name="louisForm" action="http://www.xxx.com/Home.html" method="get">
</form>
<script type="text/javascript">
document.louisForm.submit()
</script>