查询字符串中的查询字符串
我想做如下的事情:
<form action=www.domain.com?retURL=www.domain2.com?parameter=a method="POST">
但这是不可能的。
我想要这样做的原因是我有一个联系我们的表格。当用户单击“提交”到此表单时,它会被重定向到一个页面(我在此页面中没有控制权 - domain.com),该页面提交此数据,然后将其重定向到 retURL(我在此页面中有控制权)。在这个retURL中,我想显示提交的数据。
我该怎么做?
长话短说,我正在为 SalesForce 制作一个感谢页面。
我真的很感谢你的推荐。
I would like to do something like below:
<form action=www.domain.com?retURL=www.domain2.com?parameter=a method="POST">
but this is not possible.
The reason why I want to do is that I have a contact us form. When user clicks submit to this form, it is redirected to a page (I have no control in this page - domain.com) which submits this data and then redirects it to retURL (I have control in this page). In this retURL, I want to show the data submitted.
How can I do this?
Long story short, I am doing a thank you page for SalesForce.
I really appreciate your recommendation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要对 URL 中包含的 URL 进行 URL 编码。
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm
You need to URL encode the URL contained within your URL.
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm