<asp:Button runat="server"  CssClass="btn btn_normal"
                 ID="add1" Text="附件资料" Height="22px" OnClientClick="fjzl()"  />

<script language="javascript">
          function fjzl() {
              window.open('HouseMap.aspx?house_id=<%=houseid() %>&buildingnum=<%=buildingnum() %>', '', 'width=1000,height=800,left=100,top=100,scrollbars=1,staus=1,toolbar=1,location=1');
          }
</script>

相关文章:

  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2021-09-28
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案