window.showModalDialog("aaa.html?timestamp=" + Math.random(), "aa12", "dialogWidth=900px;dialogHeight=600px");

 

1. 在弹出的子页面(aaa.html)中把下面的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

2. body里添加:<body style="overflow-x: hidden">
    ***也可以在样式表里添加  html,body{ overflow-x:hidden },这样其它地方都不要设置了.

相关文章:

  • 2021-10-16
  • 2022-12-23
  • 2021-10-05
  • 2021-11-27
  • 2021-10-31
  • 2021-12-04
  • 2021-10-16
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-10-02
  • 2021-10-16
  • 2022-12-23
  • 2021-07-02
相关资源
相似解决方案