Hello my Wonderful Developers, I need help on this
Let say my website is https://nkiri.pw/ and I want to click on a button or Link, I want my current page to be replace by this page https://itinerarycarter.com/qm37kgvszd?key=7f255a06003c7158485ad05f1e9672f3 and my present page should open another page automatically. How can I achieve this successfully ?
2
Answers
I was able to solve it by doing this:
You are using a hyperlink. So you have a
href=""
in your html tag. You can also set the target (where the page should be opened) to_blank
. This means, that the page will be opened in another tab. So if you write it like this:It will open your current page in another tab. Then you can open the new page with js.