123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>数据月报-重庆市南岸区人民政府网</title>
- </head>
- <body>
- <div style="width:100%;height:280px" id="header"></div>
- <iframe src="dataDetail.html" frameborder="0" style="width: 100%;height: 3100px;" scrolling="no"></iframe>
- <div style="width:100%;" id="footer"></div>
- </body>
- <script src="js/jquery-3.5.1.min.js"></script>
- <script>
- setHeader()
- setFooter()
- function setHeader() {
- $("#header").load("https://www.cqna.gov.cn/ggbf_search/top/top_style.html ")
- }
- function setFooter() {
- $("#footer").load("https://www.cqna.gov.cn/data/footer/footer.html")
- }
- </script>
- </html>
|