Jump to content
  • 0

Параметры


MrMisatn
 Share

Question

Добрый вечер! Помогите пожалуйста! Я ввожу свой ймайл в текстовое поле и как мне автоматически передать его в <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>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

:blink: Не пойму вообще смысла!

Если вы явно вводите мыло и выбирает радиобатон, зачем эти значения переносить в hidden поля на той же странице?

принимающему скрипту абсолютно параллельно с какого элемента формы ему пришли эти переменные.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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