标签: asp.net
我在aspx页面上有一个服务器控件(linkbutton)。
出于某些复杂的原因 - 我需要为此按钮设置客户端的后备文件。
有没有办法从客户端设置回发网址?
我得到了一些javascript的引用:WebForm_DoPostBackWithOptions方法 - 但不确定如何最好地使用它。
答案 0 :(得分:0)
您可以使用window.document.forms[0].target='otherpage.aspx'更改表单的目标 您可能还需要在发布到的页面上取消事件验证。
window.document.forms[0].target='otherpage.aspx'