Hi,
I'm putting together a search form banner, which builds a URL that is opened by clicking on a button. This is the code for the button:
sBanner += '<
td><a href="javascript
:goSearch()" onClick=""><img src="http://www.etc.co.uk/xx.gif" alt="[click here to search]" border="0" target=_blank></a></
td>
The thing is that it launches the URL in the same window, I want it in a new window, obviously target_=blank doesn't work because you get a window with javascript
:goSearch() as the address.
Any help would be much appreciated.
Thanks
Pete