function poptastic(url) { newwindow=window.open(url,'name','height=400,width=200'); if (window.focus) {newwindow.focus()} } <INPUT type="button" value="New Window!" onClick="window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')">
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
string url = Request.Url.PathAndQuery;
Login to post response