在anchor_popup中打开链接

时间:2012-12-28 12:46:47

标签: html url popup href

我在使用php创建的弹出窗口中的链接有问题。我使用过anchor_popup属性。如果我只是将它放在我的窗口中并尝试点击它,我会得到我点击的窗口。

<a href="www.google.com" tagert="_blank">google</a>

如果我将鼠标悬停在链接上,我会收到http://www.mysite.com/xxx/www.google.com

甚至可以从弹出窗口打开它吗?

1 个答案:

答案 0 :(得分:0)

浏览器将其解释为内部链接使用http

<a href="http://www.google.com" tagert="_blank">google</a>