Click to share the web page to your QQ friends and leave it blank under the latest chrome.

as shown in the picture, jump to open the interface to share with your QQ friends. It works fine under 360JI IEMAG Firefox, but it is blank under the latest chrome browser.
Test Code:
open
< script >

var oDiv = document.getElementById("open")
open()
function open() {
  var p = {
    url:"http://wwww.baidu.com", /*URLQQ*/
    desc:"d", 
    title:"t", /*()*/
    summary:"", /*()*/
    pics:"", /*()*/
    flash: "", /*()*/
    site:"http://wwww.baidu.com", /*() :QQ*/
    style:"203",
    width:16,
    height:16
  };
  var s = [];
  for(var i in p){
      s.push(i + "=" + encodeURIComponent(p[i]||""));
  }
  var paramStr = s.join("&")
  var qhref = "http://connect.qq.com/widget/shareqq/index.html?"+paramStr;
  oDiv.setAttribute("href", qhref)
}

< / script >
chrome:

FireFOx:

should be related to the setting of chrome homology policy, and it is blank to share it directly with QQ friends on jquery.share.js. Does any god know how to solve this?

Jun.03,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3fe1a-2c4c6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3fe1a-2c4c6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?