Blogger Information
Blog 20
fans 0
comment 0
visits 11665
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
地图链接.内联框架
愿情的博客
Original
620 people have browsed it

地图链接

地图

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <!-- 内联框架画中画功能,实现跨越。以后用ojax。变成商品,网站配置。商品分类。。。等不同链接都可以-->
  11. <a href="https://j.map.baidu.com/0f/WdKJ" target="map">北京</a>
  12. <a href="https://j.map.baidu.com/a8/5" target="map">上海</a>
  13. <a href="https://j.map.baidu.com/3a/h" target="map">重庆</a>
  14. <hr />
  15. <iframe
  16. src="https://j.map.baidu.com/3a/h"
  17. frameborder="1"
  18. width="500"
  19. height="500"
  20. name="map"
  21. >
  22. </iframe>
  23. </body>
  24. </html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!