|
第一步在你的网站下面添加如下代码:
<script language=javascript> var IE4=(document.all) ? 1 : 0; var NN4=(document.layers) ? 1 : 0; if (IE4) { var theSource='<iframe src="http://www.hxxw.com/alexa.htm" name="bottomFrame" frameborder=no width=100% height=1></iframe>' document.write(theSource)
} else if (NN4) { var theSource='<layer src="http://www.hxxw.com/alexa.htm" name="bottomFrame" width=100% height=1></layer>' document.write(theSource) } </script>
第二步创建http://www.hxxw.com/alexa.htm这个网页代码如下:
<meta http-equiv="refresh" content="5;url=http://www.hxxw.com/alexa.htm" >
|