I have a popup window and in the page i have one the follow code in the body. The purpose is to have this popup windows close when user click on the image link, and a new page will be opened and directed to "http://www.somesite.com".
it works with IE and Chrome, however, in Firefox, the popup window is closed but no new windows is opened.
any idea?
<a href="http://www.somesite.com" target="_blank" onClick="javascript:window.close()"><img src="...something"/></a>