Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
onclick="location.href='someurl.html'"
$('input[name="vca"]').click(function(){ $('input[name="name"]').val($(this).val()); });
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <label><input type="radio" value="Ja" name="vca">Ja</label> <label><input type="radio" value="Nee" name="vca" $vcanee>Nee</label> <label><input type="radio" value="Vol" name="vca" $vcavol>Vol</label> <input type="text" name="name"> <input type="text" name="name2">