Jump to content

Suggestion : About ADs.


Recommended Posts

No, I absolutely hate when websites do it. What if I wanted to open it in the same window/tab? That's impossible when someone thought they should decide how I want to browse. Target=_blank is an accessibility issue, and W3C recommends against it in the strict DTDs, if I remember correctly. You'd have to ask Google anyway.

Link to comment
https://forums.phpfreaks.com/topic/152743-suggestion-about-ads/#findComment-802086
Share on other sites

Right, I don't know what browser you use, but in Firefox you can Ctrl+Click (or middle click) on link to open in a new tab, or you can Shift+Click to open in a new Window. You can also right click on the link and choose those yourself. You have the power to control where you want it opened, if we do target=_blank then we remove that power from you, which is incredibly annoying. As I said, target=_blank is a usability problem. It makes it impossible to open in the same window/tab even if you want to.

Link to comment
https://forums.phpfreaks.com/topic/152743-suggestion-about-ads/#findComment-802134
Share on other sites

It makes it impossible to open in the same window/tab even if you want to.

Umm... since when?  You can right click on any link and open it in a new tab or window even when the target is set to _blank.  I don't know a browser that stops you from doing that.  I actually prefer to have links open in a new tab.

Link to comment
https://forums.phpfreaks.com/topic/152743-suggestion-about-ads/#findComment-802367
Share on other sites

It makes it impossible to open in the same window/tab even if you want to.

Umm... since when?  You can right click on any link and open it in a new tab or window even when the target is set to _blank.  I don't know a browser that stops you from doing that.  I actually prefer to have links open in a new tab.

 

He means opening it in the same window....

 

Try openning the link in your signature in the current window/tab. Because SMF uses target="_blank" it will always open in a new window/tab.

Link to comment
https://forums.phpfreaks.com/topic/152743-suggestion-about-ads/#findComment-802373
Share on other sites

Not only is target not recommended, according to this W3C page, it is outright deleted from HTML 4.01 Strict and XHTML 1.0 Strict...

 

In HTML 4.01 Transitional and XHTML 1.0 Transitional, the target attribute can be used to open a new window, instead of automatic pop-ups. (The target attribute is deleted from HTML 4.01 Strict and XHTML 1.0 Strict.)

 

While this site uses XHTML 1.0 Transitional, I don't endorse the target method. As mentioned, control is removed. Never a good thing.

Link to comment
https://forums.phpfreaks.com/topic/152743-suggestion-about-ads/#findComment-803155
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.