I'm working on a website. I have a page with a button on it. When the user clicks the button, I'd like the following 2 things to happen:
(1). Current page (with the button) redirects to a new page
(2). A linked external webpage (say google) is opened in a new window
Any ideas on how to achieve this?