查询字符串中的查询字符串

发布于 2024-12-15 08:06:43 字数 359 浏览 0 评论 0原文

我想做如下的事情:

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-12-22 08:06:43

您需要对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文