Jump to content

MrMisatn

Neophyte
  • Posts

    1
  • Joined

  • Last visited

MrMisatn's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. MrMisatn

    Параметры

    Добрый вечер! Помогите пожалуйста! Я ввожу свой ймайл в текстовое поле и как мне автоматически передать его в <input type="hidden" name="email" id="email" value="">. А также нужно присваивать из радиобутона value и передавать его в <input type="hidden" name="type" id="type" value="" />. У меня чего-то ничего не выходит... Вот код: <form id="doPaymentForm" method="post" action=""></form> <p> <input type="radio" checked="checked" name="payment_type" value="ym" id="ym" tabindex="2" /> <label for="ym" onclick="document.getElementsById('type').value = this.value;">Яндекс. Деньги</label> </p> <p> <input type="radio" name="payment_type" value="sms" id="sms" tabindex="3" /> <label for="sms" onclick="document.getElementsById('type').value = this.value;">SMS</label> </p> <p> <input type="radio" name="payment_type" value="terminal" id="terminal" tabindex="4" /> <label for="terminal" onclick="document.getElementsById('type').value = this.value;">Терминал оплаты Qiwi</label> </p> <form> <input type="text" name="mail" id="mail" onkeyup(document.getElementsById("email").value= this.value;) /> </form> <form method="POST" class="application" accept-charset="UTF-8" action="https://partner.a1pay.ru/a1lite/input/"> <input type="hidden" name="key" value="132963124621" /> <input type="hidden" name="cost" value="1" /> <input type="hidden" name="name" value="Инструкция" /> <input type="hidden" name="order_id" value="0" /> <input type="hidden" name="type" id="type" value="" /> <input type="hidden" name="verbose" value="1"> <input type="hidden" name="email" id="email" value=""> <input type="image" style="border:0;" src="images/yamoney.gif" value="Оплатить" /> </form>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy