Select 下拉表单 URL

Select dropdown form by URL

我觉得问这个问题有点傻……我认为解决方案可能很简单。

在此页面上:http://crossfit-frauenfeld.com/preise/anmelden/ there's a form. And on the subpage 我正在链接到表单。我想要做的是,通过 URL 选择 «Betreff»-Select-Dropbdown 之一。这有可能吗?我希望你能明白我的意思……;-)

非常感谢您的帮助!

您将需要使用 Javascript 来完成您想要的。基本上,当您单击子页面中的一个链接时,您想要调用一个 Javascript 函数来更改下拉列表中的哪个值被选中。

这是我认为与您的问题相关的示例:

How do I programmatically set the value of a select box element using javascript?