Topic: OPEN LINK IN A NEW TAB
Hi there,
Would someone advise how do I open the $link (gl/inquiry/tax_inquiry.php?) in a new tab of the browser?
$this->add_lapp_function(1, _("Tax Inquiry"),
"gl/inquiry/tax_inquiry.php?", 'SA_TAXREP', MENU_INQUIRY);
I have made attempt to add target = '_blank' in the link, but it just messed up the link.
Appreciate someone could share some tips...
Thanks.
/Mark