






















function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('你确定要退出?'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
posted on 2007-04-10 16:07 怎能笑的私藏(藏什么呀?还没有想好,乱堆!) 阅读(207) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。