document.write('用户注册 | 用户登录'); function UserLoginOut() { if(!confirm("你确定要退出登录吗?")) { return false; } else { DoForm.document.location.href='http://UserInfo.0595stw.com/QuestionUserLoginOut.asp'; } }