echo "<tr><td colspan ='2'><center><input type='submit' value='Reply' onClick = "window.open = 'post_reply.php?cid=".$cid." &tid =".$tid."' /">";
按钮什么都不做。可以帮助修复。
答案 0 :(得分:0)
你的字符串引用错误,你点击后的第二个双引号=终止字符串,我还没有测试我的解决方案,但你需要像(下面)
如果它实际上是字符串
的一部分,则需要转义双qoutesdocument.querySelector('#share').onclick = function () {
var popup = window.open('http://www.facebook.com/sharer/sharer.php?u=http://www.google.com', '', "width=400, height=400");
var popupTick = setInterval(function() {
if (popup.closed) {
clearInterval(popupTick);
console.log('window closed!');
}
}, 500);
return false;
};