// Redirecting to new page using javascript



function goToNewPage(){
return window.open("GoTo.aspx?Data=" + Data + "", "width=1,height=1,left=5000,top=5000");
}


btnGoToNewPage.attributes.add("onclick","return goToNewPage())

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/-qhQosXnOGE/14501