Test3.html 469 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="Access-Control-Allow-Origin" content="*">
  6. <title>城管通Map Test</title>
  7. <script>
  8. </script>
  9. </head>
  10. <body>
  11. <div>
  12. <div>
  13. <iframe id="myMap" src="Test2.html" width="1536px" height="988px" frameborder="no" border="0"
  14. marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"/>
  15. </div>
  16. </div>
  17. </body>
  18. </html>