.NET经验心得探讨社区  
请在这里用键盘敲打出属于你的地位!

function OpenWin(theUrl)
{
 window.open(theUrl,'','menubar=no, z-look=yes, scrollbars=no, toolbar=no, status=yes, resizable=no, width=400, height=300');
}

function OpenWin(theUrl,width,heigh)
{
  window.open(theUrl,'','menubar=no, z-look=yes, scrollbars=yes, toolbar=no, status=yes, resizable=no, width='+ width +', height='+heigh);
}

调用:javascript:OpenWin('页面',600,800);

posted on 2006-03-02 14:57  苦涩的咖啡  阅读(2649)  评论(0编辑  收藏  举报