选择重定向

发布于 2024-09-04 05:33:04 字数 118 浏览 3 评论 0原文

在考虑另一个问题时,出现了一个问题。 当我想在选择选项更改时重定向页面时,我不知道如何编写 html。 换句话说,用户从选择列表中选择选项,然后页面会重定向。

你遇到过这样的事情吗?

问候,

While considering another problem one question appeared.
I do not know how to write html when I want to redirect page when select option changes.
In other words user chooses option from select list and page is redirected after that.

Have you met anything like this?

Regards,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

扛刀软妹 2024-09-11 05:33:04

您可以使用更改事件处理程序轻松完成此操作;请参阅使用内联 onchange 的此示例。不过,您没有说明如何构建目标 URL。

You can do this easily with an change event handler; see this example using an inline onchange. You didn't say how to construct the destination URL, though.

向日葵 2024-09-11 05:33:04

要做这样的事情,需要 JavaScript。

您需要创建一个 onchange 函数,该函数以您的选择下拉列表为目标,每个选择项都有不同的值(可能是 url)。或者,您可以在函数的数组中定义 url。获取所需的 url 值后,您可以使用 JS 自动将链接发送到 url 浏览器中,发送到您需要的地方。

To do something like this, Javascript is required.

You would need to created a onchange function that targets your select dropdown with each select item having a different value, perhaps a url. Or, you can have the url's defined within an array within your function. On getting the url value required, you can you JS to auto-send the link into the url browser, going where you need it to go.

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