javascript open link with button

Solutions on MaxInterview for javascript open link with button by the best coders in the world

showing results for - "javascript open link with button"
Elyas
28 Jul 2018
1<input type="button" onclick="window.open('http://www.example.com','_blank','resizable=yes')" />
2