Hi wondered if anyone could give us a hand when i click on the invoice button in the admin area i would like to open the invoice along with another page say google.com in a new window, i have found the code which it relates to in superorders.php but cant work out how or what code i need to add that will enable it to open a new window, below is the code
echo '<a href="' . zen_href_link(FILENAME_SUPER_INVOICE, 'oID=' . $oID) . '" target="_blank">' . zen_image_button('btn_print.gif', ICON_ORDER_PRINT) . '</a> ';
Any help would be very much appreciated



