百度快照跳转代码
在网上找到的百度快照跳转代码,对自己有用的收集起来。
<script language=javascript>window.opener.navigate(“你的网址”+window.location.href+””); //覆盖</script><html><head><meta http-equiv=”Content-Language” content=”zh-cn”><meta http-equiv=”Content-Type” content=”text ml; charset=gb2312″><SCRIPT LANGUAGE=JAVASCRIPT><!–if (top.location !== self.location) {top.location=self.location;}</SCRIPT></head><Meta http-equiv=”refresh” content=”0;url=’你的网址”>

