Hey, I'm having trouble figuring this out. I have a link that i'm trying to make work with a popup window to a second url. For exampl: <a href="/myRegularLinkAddress.htm/" target="_parent" onClick=window.open("http://www.SecondAddress.com","_blank");>CLICK HERE</a> HTML: The problem is that this code is inside a popup plugin i have on WordPress. The regular URL has to have the _parent target, or it wont work right with the popup. Yet I want the javascript to open a second window for an external URL. I can get the javascript only to work if i set target to _blank, yet then the very first page is still open. Can anyone help me with this? Thanks so much in advance.