【问题标题】:How to get the "GET" url from a website with a SUBMIT button?如何使用提交按钮从网站获取“GET”网址?
【发布时间】:2019-12-13 11:34:58
【问题描述】:

我有这个网站https://teleservices。 paris .fr/fourrieres/(删除 URL 中的空白),我想使用 GET url 方法重新创建表单提交。

我看了源码:

<button type="submit" class="button" name="action_rechercher">
CONTINUER <img class="arrow-bottom" src="images/arrow-bottom.png">
</button>

但我不明白代码。我希望能够使用类似的 URL,所以我可以直接从这样的链接调用结果

https://teleservices。巴黎 .fr/fourrieres/action?immatriculation=TY32EYU

希望你能理解, 感谢您的帮助

【问题讨论】:

  • 不,我不明白。您在这里的实际问题是什么?表单的基本工作原理是什么?

标签: php forms jsp button submit


【解决方案1】:
<form name="yourFormName" method="GET" action="someFile">
  <!-- Do something -->
</form>

【讨论】:

  • 你能在你的答案周围添加更多上下文吗?
  • 我喜欢制作自己的页面来使用此站点提出自己的表单:teleservices.paris.fr/fourrieres 但是如何创建一个新页面来获取表单答案。谢谢
猜你喜欢
  • 2019-11-17
  • 1970-01-01
  • 2012-10-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多