sharepoint2013部件保存后停留在保存页面

    function bc() {
        $('input[name="ctl00$ctl33$g_7b25cf7d_741e_4a8f_a7cb_4c27197580da$ctl00$toolBarTbl$RightRptControls$ctl00$ctl00$diidIOSaveItem"]').click();
        location.href = window.location.href;
       

    }

 

<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="bc();" />

posted @ 2014-03-03 12:46  914556495  阅读(132)  评论(0编辑  收藏  举报