Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Apr 2010
    Location
    UK
    Posts
    150
    Plugin Contributions
    0

    Default New window - how to do it?

    Hello everyone!
    I have added a link to product description but I would like it to open in a new window. How can I do it? I guess I need to add a bit of code? Could anyone help?
    Thank you in advance.
    Ella

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New window - how to do it?

    Add target=blank to your link code
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: New window - how to do it?

    This will open a link in the SAME window:

    HTML Code:
    <a href="your_link_URL_here">Go Here</a>
    This will open it in a NEW window:

    HTML Code:
    <a target="_blank" href="your_link_URL_here">Go Here</a>
    20 years a Zencart User

  4. #4
    Join Date
    Apr 2010
    Location
    UK
    Posts
    150
    Plugin Contributions
    0

    Default Re: New window - how to do it?

    Than you very much! Works perfectly

 

 

Similar Threads

  1. v154 Can I make my image links open in the same window rather than a new window?
    By cpmacg in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 15 Apr 2015, 08:59 PM
  2. google ads in a new window, how?
    By eggrush in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jan 2009, 03:20 PM
  3. How to open a page in a new window
    By MyGreyGoose in forum General Questions
    Replies: 3
    Last Post: 23 Jul 2007, 04:47 PM
  4. How to open PayPal checkout in new window
    By kiddo in forum General Questions
    Replies: 10
    Last Post: 20 Aug 2006, 03:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg