Home  >  Q&A  >  body text

How to open QQ and map through html5 page

How to open QQ and map through html5 page

QQ: I found the method below, but there is no response after clicking it

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=99518888&site=qq&menu=yes" alt="点击这里给我发消息" title="点击这里给我发消息">QQ客服</a>

Map: Found the one below. The question is why is the address fixed after opening it? Which attribute is fixed position? How to achieve positioning?

<a href="http://map.baidu.com/mobile/webapp/search/search/qt=s&wd=%E7%8F%A0%E6%B5%B7%E6%B8%AF&c=348&searchFlag=bigBox&version=5&exptype=dep/vt=map/?fromhash=1">地图</a>
伊谢尔伦伊谢尔伦2661 days ago998

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-07-06 10:36:19

    QQ poster can use this, <img border="0" src="http://wpa.qq.com/pa?p=2:9951... alt="Click here to give it to me Send a message" title="Click here to send me a message">
    Baidu Map uses this, map

    reply
    0
  • PHP中文网

    PHP中文网2017-07-06 10:36:19

    1. You can try
    <p class="fix-return-qqcontact" onclick="window.open('http://wpa.qq.com/msgrd?v=3&a...')" alt= "Click here to send me a message" title="Click here to send me a message">QQ Customer Service</p>

    2. You can try iframe embedded map

    reply
    0
  • Cancelreply