0
You can use javascript window.open() to open popup kind of window.
strUrl="Contents/LayoutPanel.aspx ";
windowRef = window.open(strUrl, 'popup', 'dependent=YES,dialog=no,resizable=NO,scrollbars=Yes,location=0,left=0,top=0,status=0,menubar=0,toolbar=0,width=1000px,height=700px,modal=yes');