Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Open in anew window !!


joeC

Recommended Posts

:oha:

I am trying to open a link in a new window here is the script:

 

I am tying to open the FAQ link in anew window some help will be greatly appreciated.

 

Thankks

Joe C

____________________________________________________________

<?php

/*

$Id: information.php,v 1.5 2002/01/11 22:04:06 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2001 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- information //-->

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => BOX_HEADING_INFORMATION

);

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => '<a href="' . tep_href_link(FAQ, '', 'NONSSL') . '">' . FAQ. '</a><br>' .

'<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '</a>'

);

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- information_eof //-->

_____________________________________________________________

Link to comment
Share on other sites

:tellme:

I have an other question ??!

I am trying to limit the number of items on the New Products For October

to 3 items would you happen to know were ? and how !!

Thanks again

Joe C

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...