Link to home
Create AccountLog in
Avatar of gtsupport
gtsupport

asked on

Alternatives for the deprecated "target=_blank"

Since "target" is already deprecated, what are the other alternatives other than using javascript and onclick function?
ASKER CERTIFIED SOLUTION
Avatar of viper34j2004
viper34j2004
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of WBuffet
WBuffet

One  clean way is to use:

<a rel="external" href="http://yahoo.com">open link in new window</a>

Open in new window