12 2011 档案
基于windows集成身份认证的“注销”和”切换用户“是这么实现的!
摘要:问了一圈,谷了半天,鼓捣半宿,一行代码。感谢无所不能的宝哥,给力的难以附加!<script> function Logoff() { document.execCommand('ClearAuthenticationCache'); document.clear(); document.write('bye!'); } function TransformUser() { document.execCommand('ClearAuthenticationCache'); window.location.href = window.lo
阅读全文
浙公网安备 33010602011771号