Search engine

Question by Marshall:
what would be the HTML script to redirect somebody to a different site in a new window?

I want to make it so when someone goes to my site, they have to click on a link, and then the link will open a new window and go to that site, but then they can just close the new window and the original window will let them through to all the content of my site.
TYIA


——————————————

Answer by Haziman
onclick="window.open('welcome.html')">
Open a new window

——————————————
What do you think? Answer below!