views:

43

answers:

3

A link which is opening in a new window What is more appropirate to put in Title="text here".

Title="Opens in new window"

or

Title="Opens in a new window"

or

Title="Link opens in new window"

or

Title="Link will open in new window"

or

Title="New window will open" (used by linkedin.com)

Which is grammatically and Logically correct? What do you use?

A: 

Opens in new Tab/ Window depending on your browser settings

rahul
+1  A: 

"Clik to view in new window" would be the best title

solairaja
+1  A: 

The title should reflect the content of the linked page, so it should perhaps rather be something like "Someones page about something (opens in a new window)".

Note that the target attribute is deprecated in XHTML, so to open a new window in an appropriate way you would use a Javascript in the onclick event that overrides the normal behaviour of the link. (Keep the href in the link though, so that search engines can follow the link, and people with Javascript disabled still can reach it.)

Guffa
see my this question http://stackoverflow.com/questions/1914143/targetblank-is-validating-by-w3c-validtor-while-it-should-not
metal-gear-solid
@Jitendra: Yes, obviously the target attribute is re-precated (?) as a module in XHTML 1.1.
Guffa