Menu Close

How to open a link with button JavaScript

default

Learn the details about How to open a link with button JavaScript instantly right from your google search results with the Codeamend

Redirect new link when click the button using javascript like <a> tag

<input type="button" onclick="window.open('http://www.codeamend.com','_blank','resizable=yes')" /> 



View Source Codeamend
Posted in Development, Tech, web development