【发布时间】:2010-02-15 21:17:54
【问题描述】:
有人知道将共享点“新项目表单”重定向到 URL 并将表单中的值作为 URL 中的参数传递的语法或方法吗?
因此,如果表单作为“姓氏”字段,我希望重定向类似于http://path_to_other_page?name=lastname
我知道我需要使用类似的东西: onclick="javascript: {ddwrt:GenFireServerEvent(concat('__commit;__redirect={path_to_other_page.aspx?name=',/dsQueryResponse/Rows/Row/@LastName))}"
除了这对我不起作用 - 我认为“/dsQueryResponse/Rows/Row/@LastName”不正确 - 我只是想从我在这里看到的其他帖子中猜测......
有人吗?
【问题讨论】:
标签: sharepoint