I have a code for window.open that looks like:
<a href="""" onclick=""window.open('POPWINDOW.asp?id=" & rsProduct("ProductID") & "', 'DDD', 'scrollbars,status,resizable,width=550,height=400,left=50,top=50'); return false"">Product Spec</a>
This works, but instead of clicking on the text'Product Spec' to open the window, I would like to click on a picture named 'PRD.jpg' for example and i cannot figure how to do this.
Any help would be appreciated.
Thanks in advance.