I have a menu in which there are links to outside webpages on it that I own. I am wanting the user to click on the link and it open a new browser page or tab but only for those links. Any suggestions would be appreciated.
Printable View
I have a menu in which there are links to outside webpages on it that I own. I am wanting the user to click on the link and it open a new browser page or tab but only for those links. Any suggestions would be appreciated.
The most simple method is window.open('your_outside_page').