I have found (with a letter c)
target="_blanck"
instead of expected
target="_blank"
in a project written by someone else. It works and opens a link in a new window. Is that a typo or am I missing something?
|
I have found (with a letter c)
instead of expected
in a project written by someone else. It works and opens a link in a new window. Is that a typo or am I missing something? |
|||||||
|
|
The
So, if the link is supposed to always open a new window, it should be See this fiddle:
|
||||
|
|
|
Yes its a typo
Will open in a new window
Will open in a tab named blanck, if there is not a tab named blanck it will open a new one. My guess is if you click that link it will open in a new window, click it again and it will reload the same tab it opened previously |
|||||||||||||||||||
|
|
The correct way is:
|
||||