【发布时间】:2023-03-22 03:45:01
【问题描述】:
<h2>Where are you from?</h2>
<form>
<select name="URL" onchange="window.location.href= this.form.URL.options[this.form.URL.selectedIndex].value">
<option value="#">Connecticut</option>
<option value="#">Michigan</option>
</select>
</form>
我想将存根的值链接到 pages_connecticut_path 和 pages_michigan_path
【问题讨论】:
标签: html ruby-on-rails ruby hyperlink