Can some html experts explain me this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dirty Dane
    Sick Fuck
    • Feb 2004
    • 9491

    #1

    Can some html experts explain me this?

    When using target=blank in header and/or target=new on links, it does not always open in a new window in IE, but the same. Especially if you have many windows opened. It has nothing to do with pop-up blocker.
    So when you close all windows, type in the domain, suddenly it works.

    Not sure how much, but I'm sure many sites loose amounts of traffic that way.

    Why does this happen?
  • DamageX
    Marketing & Strategy
    • Jun 2001
    • 14293

    #2
    IE settings.
    Whitehat is for chumps

    If you don't do it, somebody else will - true story!

    Comment

    • Lord Nelson
      So Fucking Banned
      • Jan 2006
      • 715

      #3
      use target=_blank

      It always opens window.
      Last edited by Lord Nelson; 01-27-2006, 01:00 PM.

      Comment

      • jawanda
        Confirmed User
        • Feb 2003
        • 6040

        #4
        you using target=_blank ? the _ seems to be key for making it spawn new windows rather than just reusing the same one which is named "blank". See what im saying?

        Comment

        • Lord Nelson
          So Fucking Banned
          • Jan 2006
          • 715

          #5
          Originally posted by jawanda
          you using target=_blank ? the _ seems to be key for making it spawn new windows rather than just reusing the same one which is named "blank". See what im saying?
          target=_new = reuses same window

          target=_blank = always opnes links in a new window

          Comment

          • Dirty Dane
            Sick Fuck
            • Feb 2004
            • 9491

            #6
            Originally posted by jawanda
            you using target=_blank ? the _ seems to be key for making it spawn new windows rather than just reusing the same one which is named "blank". See what im saying?
            Ok, you mean target=_blank on each link or in the header?

            Comment

            • Dirty Dane
              Sick Fuck
              • Feb 2004
              • 9491

              #7
              Originally posted by Lord Nelson
              target=_new = reuses same window

              target=_blank = always opnes links in a new window
              Thanks. Seems I have still much to learn

              Comment

              • Alky
                Confirmed User
                • Apr 2002
                • 5651

                #8
                target=new is naming the new window you open as "new". so if you were to open another url in target=new it would go in that window. just like if you did target=randomnum or anything else.

                _blank will open in a new window every time. hope that makes more sense

                Comment

                • Lord Nelson
                  So Fucking Banned
                  • Jan 2006
                  • 715

                  #9
                  Originally posted by Dirty Dane
                  Ok, you mean target=_blank on each link or in the header?
                  You can either put it on every link or have this line: <base target="_blank"> in your body and all links will automatically open in a new window. (And if you want some links to open in the same window you add target="_top" to those links)

                  Comment

                  • Validus
                    Confirmed User
                    • Jul 2001
                    • 4012

                    #10
                    And please... use quotation marks!

                    Comment

                    Working...