Jump to content
  • 0

Помогите пожалуйста добавить кнопку отправки даных формы


klauz
 Share

Question

Здравствуйте. Я только разбираюсь с HTML и хочу сделать "обратную связь", форму как бы сделал

вот:

<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=144 height=56 valign=top><p>Имя</p>
</td>
<td width=656 valign=top><p><input name="senders_imya" size=30 maxlength=255></p>
</td>
</tr>
<tr>
<td width=144 height=56 valign=top><p>Ваш E-mail:</p>
</td>
<td width=656 valign=top><p><input name="senders_adres" size=30 maxlength=255></p>
</td>
</tr>
<tr>
<td width=144 height=56 valign=top><p>Ваш телефон:</p>
</td>
<td width=656 valign=top><p><input name="senders_phone" size=30 maxlength=255></p>
</td>
</tr>
<tr>
<td width=144 height=156 valign=top><p>Текст:</p>
</td>
<td width=656 valign=top><p class="style2 f-lp"><textarea cols=47 rows=7></textarea></p>
</td>
</tr>

</tr>

прошу подсказть как добавить кнопку, которая отправит данные из формы на указаный mail.

Спасибо.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

И ещ? несколько советов на будущее: перед таблицей напиши

<form action="куда повед?т кнопка или программа-обработчик">

а после

</form>

Кнопку можно сделать вот так

<input type="submit" value="Отправить">

но данные не отправит, перейд?т по ссылке указанной в атрибуте action.

Link to comment
Share on other sites

  • 0

Ну раз такая проблема, найди хосинг с PHP, или в крайнем случае напиши в action mailto:адрес@email Но единственное что, так это для отправки будет использоваться программа-почтовый клиент установленная на компе у юзера, а в PHP есть функция отправляющая емеил не спрашивая у юзера. Выбирать между удобством-усилиями и неудобством-легкостью тебе.

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