Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Open link in new window


Nealzy

Recommended Posts

Posted

I'd like to open a link in a new window. Here is the code... What do I need to change to get it to open in a new window? Please help me!!!!

 

 

<?php

if (isset($$payment->form_action_url)) {

$form_action_url = $$payment->form_action_url;

} else {

$form_action_url = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');

}

 

echo tep_draw_form('checkout_confirmation', $form_action_url, 'post');

 

if (is_array($payment_modules->modules)) {

echo $payment_modules->process_button();

}

 

echo tep_image_submit('button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER, '') . '</form>' . "\n";

?>

 

 

 

 

Thank you!

Archived

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

×
×
  • Create New...