i'm trying to integrate edit orders and super orders i did this
Code:
<tr>
<td class="main"><?php echo '<a href="javascript:popupWindow(\'' .
zen_href_link(FILENAME_SUPER_EDIT, 'oID=' . $oID . '&target=product', 'NONSSL') . '\', \'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=650,height=450,screenX=150,screenY=100,top=100,left=150\')">' .
zen_image(DIR_WS_IMAGES . 'icon_edit3.gif', ICON_EDIT_PRODUCT) . ICON_EDIT_PRODUCT . '</a>'
?>
<?php echo '<a href="javascript:popupWindow(\'' .
zen_href_link(FILENAME_EDIT_ORDERS, 'oID=' . $oID . '&target=product', 'NONSSL') . '\', \'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=650,height=450,screenX=150,screenY=100,top=100,left=150\')">' .
zen_image(DIR_WS_IMAGES . 'icon_edit3.gif', ICON_EDIT) . ICON_EDIT . '</a>';
?></td>
</tr>
but now i get a  at the top left corner of the super orders page any ideas how i can clean up the code to get rid of that line
Bookmarks