<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="https://www.zzjdgcxx.com/js/util.js"></script>
<style type="text/css">
*{ word-break:break-all }
body{ color:#000; font-size:12px; font-family:"宋体", Arial, Times; text-align:left; line-height:120%; background:#fff; }
body, ul, li, h3 { margin:0px; padding:0px; }
ul, li { list-style:none; }
.big{text-align:center; margin:15px 2px 0 2px}
.big span {padding:2px 10px; display:inline-block; }
a:link, a:visited { color:#1E62B0; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:underline; }

.wrapper { width:500px; padding:3px; border:1px solid #48AEE0; background:#82D1F8; position:absolute;}
.container { padding:15px; background:#fff; }
.container li.h3 {margin:0px;float:left;width:440px;height:30px;line-height:18px;}
.container li.h2 {float:right; margin:0px;width:20px;height:30px;}
.container ul{ font-size:14px; margin:15px;line-height:150%; } 
.container ul.buttons { text-align:center; margin:0px; } 
.container ul.h1 { margin:0px;}
</style>
</head>
<body>
<div class="wrapper">
<div class="container">
<ul class="h1">
<li class="h3"><b>提示信息</b></li>
<li class="h2"><a href="javascript:window.close()"><img  border="none" src="https://www.zzjdgcxx.com/skin/default/core/alonepage/x.gif"></a></li>
</ul>
<ul >
<img  border="none" src="https://www.zzjdgcxx.com/skin/default/core/alonepage/tip.gif"> 站点不存在 
</ul>
<ul class="buttons">
<script type="text/javascript">
function _go(){
history.back(-1);
}
function CloseWebPage() {     
if (navigator.userAgent.indexOf("MSIE") > 0) {     
if (navigator.userAgent.indexOf("MSIE 6.0") > 0) {     
window.opener = null; window.close();     
}     
else {     
window.open('', '_top'); window.top.close();     
}     
}     
else if (navigator.userAgent.indexOf("Firefox") > 0) {     
window.location.href = 'about:blank ';  
//window.history.go(-2);     
}     
else {     
window.opener = null;      
window.open('', '_self', '');     
window.close();     
}     
}
</script>

<a id="forward" href="javascript:_go();">返回</a>&nbsp;&nbsp;&nbsp;&nbsp;<a id="close" href="javascript:CloseWebPage();">关闭</a>

</ul>
</div>
</div>
<script type="text/javascript">
$('.wrapper').css({
left: parseInt((get_document_width() - $('.wrapper').width())/2)+'px',
top: parseInt((get_document_height() - $('.wrapper').height())/2)+'px'
});
$(document).keydown(function(e){
if(e.keyCode == 32){
_go();
}
});
</script>
</body>
</html>