CINXE.COM
提示信息
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>提示信息</title> <link href="/_css/error/error.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="/_js/themes/default/easyui.css" /> <script type="text/javascript" src="/_js/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="/_js/themes/icon.css" /> <script type="text/javascript" src="/_js/jquery.easyui.min.js"></script> <script type="text/javascript" src="/_js/easyui-lang-zh_CN.js"></script> <script type="text/javascript" src="/_js/common.js"></script> <script type="text/javascript" src="/_js/jquery.base64.js"></script> </head> <body> <input id ="ipAddress" name ="ipAddress" type="hidden" value="8.222.208.146"/> <!--No Permission--> <div class="wp_error"> <div class="wp_error_image"> <img src="/_images/error/error.gif"/> </div> <div class="wp_error_msg"> <span>提示:访问地址无效,错误的栏目参数!</span> </div> <div class="wp_error_button"> <span class="main"><a href="#" onclick="toMain('/');">首页</a></span> <span class="close"><a href="#" onclick="closeWindow();">关闭此页</a></span> </div> <script type="text/javascript"> function toMain(url) { window.top.location.href = url; } function toReLogin(url) { $.post("/_web/ids/logout.do?_p=YXM9MQ__&tt=" + Math.random(), function(result) { window.top.location.href = url; }); } function closeWindow() { window.top.close(); } </script> </div> </body> </html>