window control

pedox

New Member
Is there a window object in vb.net like the one in JavaScript that allows you to open a pop-up window with specific size, etc..?I think you would still do that client side with normal javascript.<BR><BR><Script language="javascript" type="text/javascript"><BR><BR>function newView() {wndview=window.open('HCapOView.html','','width=40 0 height=200',<BR>'toobar=no','addressbar=no', 'menubar=no');<BR>wndview.moveTo(100,25);}<BR><BR></script><BR><BR><BR><Button Type="button"<BR> onClick="newView()"><BR><BR> Open PoP<BR><BR></Button><BR><BR>Tom T
 
Back
Top