I am having a problem with links inside my popup window that I've create using php. I've used anchor_popup property. If I simply put this inside my window and try clicking on it I get the same window I've clicked from.\[code\]<a href="http://stackoverflow.com/questions/14069794/www.google.com" tagert="_blank">google</a>\[/code\]if I hover on the link i get the http://www.mysite.com/xxx/www.google.comIs it even possible to open it from popup window?