Jump to content

phreaker33

Newbie
  • Posts

    6
  • Joined

  • Last visited

phreaker33's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Огромное спасибо! Всё заработало!
  2. Написал же, что яваскрипт не знаю.Интерпретировать так:
  3. Вот код формы:<div class="modal" id="modal"><div><div class="text"><h3>Обслуживание 1С</h3><form action="sendPrajm.php" method="post"><input name="name" placeholder="Имя" size="38px" type="text" value="" /><br /><br /><input name="email" placeholder="E-mail" size="38px" type="text" value="" /><br /><br /><input name="phone" placeholder="Телефон" size="38px" type="text" value="" /><p>не забудьте указать в заявке название желаемого тарифного плана</p><textarea cols="34.5" name="body" placeholder="Дополнительная информация" rows="10" style="resize: none"></textarea><br /><br /><button type="submit">Отправить</button><button type="reset">Отменить</button><p></p></form></div><a href="#close" title="Закрыть">Закрыть</a></div></div>Вот код таблицы: <table align="center" width="95%"> <tbody> <tr> <td id="min"><a class="button openModal" href="#modal"></a></td> <td></td> <td id="opt"><a class="button openModal" href="#modal"></a></td> <td></td> <td id="loyal"><a class="button openModal" href="#modal"></a></td> <td></td> <td id="unlim"><a class="button openModal" href="#modal"></a></td> </tr> <tr> </tr> </tbody></table>document.querySelector("td").onclick = function()Я в яваскрипт совсем не шарю, помогите исправить скрипт document.querySelector("td").onclick = function(){ var min = document.getElementById('min'); var opt = document.getElementById('opt'); var loyal = document.getElementById('loyal'); var unlim = document.getElementById('unlim');for (table tr:nth-child(2) td:nth-child(3))input { document.querySelector("min").value = "textmin"; document.querySelector("opt").value = "textopt"; document.querySelector("loyal").value = "textloyal"; document.querySelector("unlim").value = "textunlim";}};
  4. Если я правильно понимаю, нужно каждому элементу таблицы прописыпать Id и создавать условие?
  5. А как именно для элемента таблицы его переделать?
  6. четыре элемента таблицы, в них ссылки на форму обратного звонка. как сделать так, чтобы при нажатии на них текст в форме менялся?
×
×
  • 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