Well, I tried that too, based on another thread I found here.
var owin;
function winopen(PageURL){
owin=window.open(PageURL, 'NewWindow', 'toolbar=no, location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=50,height=50')
}
then in my .net I issued an...