【发布时间】:2019-08-25 04:40:52
【问题描述】:
这是我的链接的结构:
<a href="My texte" title="Ouverture d'une nouvelle fenêtre popup"
onclick="window.open(this.href,'nom_Popup','height=400 , width=400 ,location=no ,resizable=yes ,scrollbars=yes');return false;">+</a></div>
当我点击 + 时,我会弹出一个包含:
HTTP Status 404 -
它如何包含我想要的文本
【问题讨论】:
标签: javascript html onclick popup http-status-code-404