I have an image used as a button that opens another window. The problem is I want that page to be opened in another (new) window. In my code the "window.location.target" doesn't work.
thnx,
Sfenx
Code:
<img src="h_link-arrow.gif" onClick="window.location.target='_blank';window.location.href='linkpage.asp';">
thnx,
Sfenx