Open a New Window With a Button

Place the following code where you would like the JavaScript button to appear: 


<input type="button" value="Open Window"
onclick="window.open('http://www.domain.com')">


Edit the JavaScript code according to your needs.
Tags: , ,

Join Us!