显示有模式的有页面的弹出窗口 .
显示有模式的有页面的弹出窗口
function setbgcolor_onclick()
{
 var color = showModalDialog("myweb.html",0,"help=0");
 if (color != null)
 {
  document.compose.bgcolor.value = color;
 }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-02-11
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-05-01
相关资源
相似解决方案