只有run = server存在,才能可以注册客户端成功!
最好有<Form runat = server> </server>

  string strPrint = "  <SCRIPT language='javascript'>window.open('../Rpt_html/Rpt_OrderDrawOut_Preview.aspx','Print','toolbar=yes,scollobar=yes,top = 0,left = 0,width = 800,height = 600');</script>";
    Page.RegisterStartupScript("print",strPrint);

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-05-27
  • 2021-06-29
  • 2022-01-05
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-14
  • 2022-01-18
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案