This question is similar, but i need a replacement for window.open with anchor so that it opens a url on click of the button
How do i fire the anchor event using a method
This question is similar, but i need a replacement for window.open with anchor so that it opens a url on click of the button
How do i fire the anchor event using a method
To open an Anchor
in a new window, use the constructor that lets you specify a target
, and set that target to "_blank"