You mean like this? <form action="http://www.put-your-link-here.com" method="get"> <input type="submit" value="Click here to go somewhere" /> </form> Code (markup): or with javascript: <p><input type="button" value="Click here" onclick="window.location = 'http://put-your-link-here.com/';" /></p> Code (markup):