劫持sharepoint列表窗体上的提交或保存按钮以重定向
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了劫持sharepoint列表窗体上的提交或保存按钮以重定向相关的知识,希望对你有一定的参考价值。
Comment out the SharePoint:SaveButton tag and replace with input tag
<!--<SharePoint:SaveButton runat="server" ControlMode="New" id="savebutton2"/>--> <input name="Button1" type="button" value="Submit" onclick="javascript: {ddwrt:GenFireServerEvent('__commit;__redirect={/thanks-for-submission.aspx}')}" />
以上是关于劫持sharepoint列表窗体上的提交或保存按钮以重定向的主要内容,如果未能解决你的问题,请参考以下文章
Sharepoint2013 列表的NewForm 页面加入一个 保存新建 button