jcomet

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);

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-12-13
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2022-01-04
相关资源
相似解决方案