Показать сообщение отдельно
  #4 (permalink)  
Старый 16.09.2012, 12:53
Аватар для bes
bes bes вне форума
Профессор
Отправить личное сообщение для bes Посмотреть профиль Найти все сообщения от bes
 
Регистрация: 22.03.2012
Сообщений: 3,744

lord2kim,
<form id="checkout_address" action="checkout_shipping.php" method="post">
<input type="radio" name="shipping" value="choicepoint_choicepoint" checked="" id="choicepoint" />
<input type="radio" name="shipping" value="choicepoint_choicepoint2">
<select name="point" id="show">
<option value="">Выберите пункт</option>
<option value="1">Москва</option>
</select>
<input type="image" src="templates/vamshop/buttons/russian/button_continue.gif" alt="Продолжить" title=" Продолжить " />
</form>

<script>
document.getElementById("choicepoint").checked = false;
if (document.getElementById("choicepoint").checked && document.getElementById("show").value == "") {   alert(''); }

</script>


и зачем return
Ответить с цитированием