0

问题:发送营销电子邮件时,我们应该在网站上跟踪用户是否通过电子邮件中的链接而来。该网站托管在 SharePoint 2003 环境中,我们的 *.aspx 页面位于 iFrame 中。如何将 QueryString 参数从 SharePoint URL 传递到 iFrame URL?

换句话说,如果用户来自 URL:

http://mainsite.com/default.aspx?email=1

那么我的 iFrame 应该指向:

http:/iframesite.com/page.aspx?email=1, 否则为http:/iframesite.com/page.aspx

我对 CMS 没有开发控制权,只有编辑控制权。提前致谢。

4

1 回答 1

0

Are the parent and the child in different domains? If so, your only option is to set the proper URL in the parent site (the child can't get anything from it's parent if the parent is in a different domain, browsers don't allow that for security reasons).

于 2012-07-20T15:24:23.233 回答