If we use target=_new, the first link will open in a new window and all others will open that same window. If there are many links with target=_new, all the links will open in same window.
e.g.: Link1 with target=_new
Link2 with target=_new
If we use target=_blank, the link will open in a new window. If there are many links with target=_blank, all the links will open in different windows.
e.g.: Link1 with target=_blank
Link2 with target=_blank
....
Wow! Thanks for this. Now I know their difference. ^^,
ReplyDeleteActually what happens in first click
ReplyDeleteIt looks for a page with _new name, when it doesn't find it, it opens in a new window.
In second time, it finds one so opens it in the already opened window.