Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Opening Links in a new Window


pafranklin

Recommended Posts

Hi there,

 

Probably a really stupid question but I have a link that I want to have open in a new window. How do I change the code below to enable this please??

<td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link(FILENAME_STATS_LOW_STOCK, '', 'SSL') . '">' . MY_OREPORTS_VIEW . '</a>'; ?></td>

 

Many thanks.

 

Paul

You will never learn if you don't try. And boy am I trying....!

Link to comment
Share on other sites

<td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a [color="#FF0000"][b]target="_blank"[/b][/color] href="' . tep_href_link(FILENAME_STATS_LOW_STOCK, '', 'SSL') . '">' . MY_OREPORTS_VIEW . '</a>'; ?></td>

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

<td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a [color="#FF0000"][b]target="_blank"[/b][/color] href="' . tep_href_link(FILENAME_STATS_LOW_STOCK, '', 'SSL') . '">' . MY_OREPORTS_VIEW . '</a>'; ?></td>

;)

 

This is very helpful. Many thanks!

 

Paul

You will never learn if you don't try. And boy am I trying....!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...