|
@@ -21,17 +21,18 @@
|
|
|
</style>
|
|
|
<body>
|
|
|
<iframe id="childshell" width="100%" height="1000px" src="syDteail.html"></iframe>
|
|
|
-<div style="width:100%;" id="footer"></div>
|
|
|
+<!--<div style="width:100%;" id="footer"></div>-->
|
|
|
+<iframe width="100%" height="240px" src="https://www.cqna.gov.cn/data/footer/footer.html"></iframe>
|
|
|
|
|
|
</body>
|
|
|
<script src="js/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
- setFooter()
|
|
|
-
|
|
|
- function setFooter(){
|
|
|
- $("#footer").load("https://www.cqna.gov.cn/data/footer/footer.html")
|
|
|
- }
|
|
|
+ // setFooter()
|
|
|
+ //
|
|
|
+ // function setFooter(){
|
|
|
+ // $("#footer").load("https://www.cqna.gov.cn/data/footer/footer.html")
|
|
|
+ // }
|
|
|
|
|
|
</script>
|
|
|
|