这是一个简单的问题,但我有问题。我想改变网站网址,如果一个单选按钮被选中。这里是我的引导单选按钮。
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-dark active">
<input type="radio" name="ai" id="option1" autocomplete="off" checked> Account Information
</label>
<label class="btn btn-dark">
<input type="radio" name="ps" id="option2" autocomplete="off"> Password And Security
</label>
<label class="btn btn-dark">
<input type="radio" name="c" id="option3" autocomplete="off"> Contact
</label>
</div>
3条答案
按热度按时间aiazj4mn1#
也许像这样
mzmfm0qo2#
不知道你想做什么与网址也为什么有不同的名称在电台,那么他们是更好的小康作为复选框
这将修改现有的URL,您可以使用位置或历史记录API对其进行更改
yfwxisqw3#
我不认为JavaScript是这个解决方案所必需的。而且name="”需要相同才能使它们成为同一组。您可以选择添加value="”。