I want to create a \"popup window\" that get focus each time the button is clicked. The function below executes fine from an onclick event but does not execute
onclick
On the page load you can show this popup
$(document).ready(function () { window.open("URL","Hello","width=500,height=500,scrollbars=yes") });