20 lines
542 B
HTML
20 lines
542 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>综合分析</title>
|
|
<link rel="stylesheet" type="text/css" href="../themes/css/iframe.css" />
|
|
<script type="text/javascript" src="../js/jquery-1.11.3.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$('img').click(function(){
|
|
//$(window).parent().href=
|
|
window.parent.location.href = 'sngd_big.html';
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<center><img src="../themes/images/sxbl-4.png" /></center>
|
|
</body>
|
|
</html> |