How to make a link who open 2 web page , when you click on him?For exemple i have a button name "Download" and when someone click on him ,i want to open the page named download and another page?
I suspect some javascript is the easiest way to do that. Google "javascript snippets" and you may find something. - Russ
maybe you could use this script <a href="http://morelucky.com" onclick="window.open ('http://www.google.com','windows_name');">Download Here</a>