Hi all,
I need to open a "new window" to display the large graphic. The action takes place when a link "click for large picture" is clicked.
><A HRef='large_pix.php?SKU=" . $row[10] . " . " target='_blank'>Click for large picture</A>
The problem is that the '_blank' gets included as part of the query string instead of doing what it is supposed to.
Any ideas?
Thanks,
KB