FWIW, according to
HTML 4.01, except for the reserved names "_blank", "_self", "_parent", and "_top", user agents should ignore frame target names that do not begin with an alphabetic character.
Browsers may ignore target="_new", or they may treat it as a synonym for target="_blank" (opening a new, unnamed window), or they may open a new window named "_new".
And of course, browser settings can override all of this.