1.在要打开页面时:
Response.Write(
"
<script>
"
);
Response.Write( " ww=window.open('COOtherLov.aspx','_blank','height=450px resizable=0 width=390px scrollbars=1',false); " );
Response.Write( " ww.moveTo((window.screen.width - 390)/2,(window.screen.height - 450)/2) " );
Response.Write( " </script> " );
Response.Write( " ww=window.open('COOtherLov.aspx','_blank','height=450px resizable=0 width=390px scrollbars=1',false); " );
Response.Write( " ww.moveTo((window.screen.width - 390)/2,(window.screen.height - 450)/2) " );
Response.Write( " </script> " );
2.在打开的页面:
<
body onload
=
'
Resize("Table2",-45,-10)
'
MS_POSITIONING
=
"
GridLayout
"
>
< TABLE width = 400 ... >
< TABLE width = 400 ... >
**********************************************************************************************************************



