GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Can some html experts explain me this? (https://gfy.com/showthread.php?t=568930)

Dirty Dane 01-27-2006 02:55 PM

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? :helpme

DamageX 01-27-2006 02:57 PM

IE settings.

Lord Nelson 01-27-2006 02:58 PM

use target=_blank

It always opens window.

jawanda 01-27-2006 02:59 PM

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?

Lord Nelson 01-27-2006 03:01 PM

Quote:

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

Dirty Dane 01-27-2006 03:02 PM

Quote:

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?

Dirty Dane 01-27-2006 03:03 PM

Quote:

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 :)

Alky 01-27-2006 03:05 PM

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 :)

Lord Nelson 01-27-2006 03:06 PM

Quote:

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)

Validus 01-27-2006 03:40 PM

And please... use quotation marks!


All times are GMT -7. The time now is 11:04 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123