CINXE.COM
WebplusPro移动版提示
<!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>WebplusPro移动版提示</title> <meta name="viewport" content="width=device-width,target-densitydpi=high-dpi,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <link href="/_css/error/error.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/_js/jquery.min.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>提示:访问地址无效,10982找不到对应的栏目!</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>