<script> function Jopen() { window.open("http://www.w3schools.com", 'My Window', 'width=200,height=100','resizable=1'); } </script> <input type="button" onclick="Jopen();" value="Click" />
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
Thanks & Regards Hari
Login to post response