问了一圈,谷了半天,鼓捣半宿,一行代码。

感谢无所不能的宝哥,给力的难以附加!

<script>
function Logoff() {
document.execCommand('ClearAuthenticationCache');
document.clear();
document.write('bye!');
}
function TransformUser() {
document.execCommand('ClearAuthenticationCache');
window.location.href = window.location.href;
}
</script>

得到上述结论的推理过程,精彩至极......略去

posted on 2011-12-10 03:03  [北京]烽火  阅读(1643)  评论(0编辑  收藏  举报