Value "_new" in target= attribute not supported in HTML5? -


I decided to stop using _blank and to avoid it, _new to start slipping users as much as possible with new windows and instead there is a single 'new window' and has all links that open in a new window in the already opened window I am looking at the web and the stackworflow but I Also the value _new address does not in HTML5 target = .

This is not a comment on this forum _new .

W3Schools have no mention of the _new value in the table, they have:

So my question is: Does anyone know that in HTML5 Is the use of target = "_new" valid / correct?

Thanks in advance.

I think that _new has never actually existed.

The code that you give to the _new actu associate works with any other valid name: if a window is present with the name, then it is used Instead, if it does not exist, then it is made.

"name" explanation :

If you open a new tab / window with an arbitrary goal, such as target = 'mywindow ', you have "named" that in the new window (in this case "mywindow").

Then again, a link with the same goal again, the browser still exists if it uses the same window, otherwise a new one opens.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -