Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need it to open in NEW WINDOW


Salvo

Recommended Posts

Posted

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

Posted

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>';

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...