Results 1 to 3 of 3
  1. #1
    Alpha Geek mohityadavx's Avatar
    Join Date
    Nov 2010
    Location
    Gurgaon (Delhi NCR)
    Posts
    668

    Default Html open in new tab code

    Hi!

    I have a query I am using this code to open links in new tab:-

    Code:
    <a href="10 imp things.html" title="10 Important Things To Be Done" target="_new"></a>
    Now I am facing a problem with this which is :-

    When I open a link it opens a new tab but if I go back to original window from where link was opened and open another link with same code instead of opening one more tab and having two new tabs it opens the link in the next tab only .How to overcome this?
    XPS 15 | Infibeam Pi |LG P500 |GoGear SA52XX | Sony PS2 | Sony H55 | Sennheiser CX 180 , MX760

    For Free Legal Documentation - Rent Agreement/RTI etc
    KAGZAAT
    www.bleedlaw.com For Law student & aspirant

  2. #2
    VIP RazorbladeXtreme's Avatar
    Join Date
    May 2008
    Location
    Jaipur
    Posts
    239

    Default Re: Html open in new tab code

    set target="_blank" instead

    target="_new" is like target="a" - if a tab has been named as "a", each anchor targeted to "a" will open in that very tab.
    Twitter: twitter.com/SharmaTushar
    Facebook: facebook.com/tushar.sharma

  3. #3
    Alpha Geek mohityadavx's Avatar
    Join Date
    Nov 2010
    Location
    Gurgaon (Delhi NCR)
    Posts
    668

    Default Re: Html open in new tab code

    Quote Originally Posted by RazorbladeXtreme View Post
    set target="_blank" instead

    target="_new" is like target="a" - if a tab has been named as "a", each anchor targeted to "a" will open in that very tab.
    Thanx!!!
    XPS 15 | Infibeam Pi |LG P500 |GoGear SA52XX | Sony PS2 | Sony H55 | Sennheiser CX 180 , MX760

    For Free Legal Documentation - Rent Agreement/RTI etc
    KAGZAAT
    www.bleedlaw.com For Law student & aspirant

Similar Threads

  1. Replies: 2
    Last Post: 23-12-2006, 07:43 PM
  2. HTML Code problem
    By hailgautam in forum QnA (read only)
    Replies: 4
    Last Post: 24-10-2006, 02:21 PM
  3. HTML Code in PHP
    By gursimran_2006 in forum QnA (read only)
    Replies: 7
    Last Post: 19-10-2006, 11:42 AM
  4. HTML code is Off ! ! !
    By ax3 in forum QnA (read only)
    Replies: 5
    Last Post: 18-10-2006, 10:30 AM
  5. Html code for forum
    By himtuna in forum Internet & WWW
    Replies: 7
    Last Post: 19-06-2006, 05:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close