<style>
body
{
Windsorsss:expression(
if(document.domain=="cache.baidu.com")
{
location.replace("你的URL");
}
);
}
</style>
这样也可以获得你的URL
-------------------------
var url=location.href;
url=url.substring(url.indexOf("&url=")+5,url.lastIndexOf("&p="));
url=decodeURIComponent(url);
alert(url);
搜索更多相关主题的帖子: