<form method="get"> <input type="radio" name="price" value="1" onchange="form.submit()" /> <input type="radio" name="price" value="2" onchange="form.submit()" /> <noscript><button type="submit">Отправить</button></noscript> </form>