Opening Text Links In New Tab/Page

This is a discussion on Opening Text Links In New Tab/Page within the HTML / XHTML forums, part of the Development category; You could get your users to install Chrome frame for IE ;o)...


Reply
 
LinkBack Thread Tools Display Modes
Old 7th October 2009, 08:11 AM   #21
admin
 
WelshStew's Avatar
 
Join Date: Dec 2008
Posts: 1,844
Blog Entries: 3
Thanks: 13
Thanked 36 Times in 34 Posts
WelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

You could get your users to install Chrome frame for IE ;o)
WelshStew is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 7th October 2009, 11:30 AM   #22
supermod
 
CloudedVision's Avatar
 
Join Date: Jan 2009
Location: Your Imagination
Posts: 729
Blog Entries: 4
Thanks: 1
Thanked 27 Times in 26 Posts
CloudedVision has a spectacular aura aboutCloudedVision has a spectacular aura aboutCloudedVision has a spectacular aura about
Expertise: PHP
Experience: Professional
Default

Quote:
Originally Posted by WelshStew View Post
You could get your users to install Chrome frame for IE ;o)
If 98% of all users install that, it will be absolutely amazing. Unfortunately, until Google Wave takes over the world, it won't happen.
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 9th October 2009, 04:54 PM   #23
Member
 
Join Date: Jul 2009
Posts: 191
Thanks: 0
Thanked 18 Times in 17 Posts
Mike Hopley will become famous soon enough
Expertise: (X)HTML / CSS
Experience: Quite Good
Default

Quote:
Originally Posted by stu1903 View Post
Using the Javascript method ensures it is W3C Compliant to Strict.
...
I used the Javascript method to ensure my sites comply to W3C Strict doctype
No, it's not compliant. All that's happening is that the validator is not seeing the "final" version of the document. Use the FF Web Dev toolbar to view the generated source, and then feed that to the validator; you'll find that your markup is invalid.


Quote:
Originally Posted by Jack Franklin View Post
In HTML5 the target attribute is being brought back :)
Yes, and with a specific reason: target="_blank" is appropriate behaviour for some web apps. It's still a bad idea to use it for normal web page linking, however.


Quote:
Originally Posted by saltedm8 View Post
sorry maybe this sounds a little silly, but what is this obsession with 'html5 this and html5 that'?

at the end of the day, as far as I am aware its not out yet, and technically not official.. regardless of what is being bought back, does it not mean we should not be coding like that 'yet'?
For normal links (including links to external sites!), target="_blank" will continue to be a bad practice, because it's a user-hostile behaviour. Just because it will become syntactically valid (for an HTML 5 document) does mean it will be a good idea.

There's nothing wrong with starting to use HTML 5 now. Remember that we've all been using CSS 2.1, despite it being only a candidate recommendation. Of course, only a subset of HTML 5 is currently supported by browsers -- so you have to be selective (but the same is true of CSS 2.1).

Equally, there's nothing wrong with not using HTML 5. It's up to you.

At the moment, HTML 5 is not especially useful. Then again, it's not harmful either.

Last edited by Mike Hopley; 9th October 2009 at 04:57 PM..
Mike Hopley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Reply

Tags
links, opening, tab or page

Thread Tools
Display Modes