Salvo Posted February 19, 2006 Posted February 19, 2006 Hi all header('Location: ' . tep_href_link(FILENAME_NEWSLETTERS_SUBSCRIBE_SUCCESS, '', 'NONSSL')); I can't make it open in a new window the SUCCESS page. How do I do it with the script above? Thanks Salvo
Guest Posted February 19, 2006 Posted February 19, 2006 you could use a regular link and specify the _blank parameter to open a new browser window $link = '<a href="' . tep_href_link(FILENAME_NEWSLETTERS_SUBSCRIBE_SUCCESS, '', 'NONSSL') . '" target="_blank">some link title here</a>';
Recommended Posts
Archived
This topic is now archived and is closed to further replies.