zoukankan      html  css  js  c++  java
  • 服务器端 在iframe中控制父窗体div并调用父窗体Button

     //在iframe加载的窗体中,控制父窗体div隐藏,并调用父窗体按钮事件                 Response.Write("<script>parent.document.all.SearchDiv.style.display='none';parent.document.all.BlackDiv.style.display='none';parent.document.all.BtnShow.click();</script>");

    //在iframe加载的窗体中,控制父窗体div隐藏          Response.Write("<script>parent.document.all.SearchDiv.style.display='none';parent.document.all.BlackDiv.style.display='none'</script>");

  • 相关阅读:
    Hibernate优缺点
    Struts优缺点
    Problem M
    Problem K
    Problem K
    Problem Q
    Problem Q
    Problem F
    Problem F
    哈夫曼树
  • 原文地址:https://www.cnblogs.com/stevenjson/p/2672626.html
Copyright © 2011-2022 走看看