In this article i will show you how you can create to open a new popup window using JavaScript. In this we will use javascript to open the new window.
So for this we will user window.open JavaScript function by calling on button click event.
<input type="button" value="Click to Open Window" onclick="javascript:window.open('Your URL', 'windowname', 'width=400,height=200,scrollbars=yes'); "/> |
0 comments:
Please let me know your view