pi1102cn

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  苦涩的咖啡  阅读(2624)  评论(0编辑  收藏  举报

分类:

技术点:

相关文章: