2012-12-28 139 views
0

我有我的彈出窗口中,我已經創建使用PHP中的鏈接的問題。我已經使用了anchor_popup屬性。如果我只是把它放在我的窗口內,並嘗試點擊它,我會看到我點擊的窗口。anchor_popup內部打開鏈接

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

如果我將鼠標懸停在鏈接我得到的http://www.mysite.com/xxx/www.google.com

它甚至可以從彈出窗口中打開它?

回答

0

瀏覽器把它解釋爲內部鏈接使用HTTP

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

謝謝。錯過了這個:) – Juzt1s