// Show dialog to get page numbervar index = prompt("Please enter a page number", "");// Redirect browser to desired page indexwindow.location=window.location.protocol+"//"+window.location.hostname+window.location.pathname+"?PageIndex="+index;