Jump to content
  • 0

По нажатию на submit ничего не происходит


netbus7
 Share

Question

Здравствуйте. Пишу регистрацию для сайта. Есть такая вот форма. Проблема в том, что после нажатия на кнопку отправления данных ничего не происходит. В чём может быть дело? Когда было без таблицы, то работало. Но надо, чтобы так работало

<form  action="testreg.php" method="post">
<table align="center" border ="0">
<caption align="center" class ="registration">Регистрация</caption>
<tbody>
<tr>
<td class = "snoska" colspan="2"> *- поля, обязательные для заполнения</td>
</tr>
<tr>
<td><label for="login">Логин:*</label></td>
<td><div class="input-container">
<input name="login" type="text" size="20" maxlength="20" />
</div></td>
</tr>
<tr>
<td><label for="lname">Пароль:*</label></td>
<td><div class="input-container">
<input name="password" type="password" size="20" maxlength="20">
</div></td>
</tr>
<tr>
<td><label for="password">Повторите пароль:*</label></td>
<td><div class="input-container">
<input name="password2" type="password" size="20" maxlength="20">
</div></td>
</tr>
<tr>
<td><label for="email">Emai:*</label></td>
<td><div class="input-container">
<input name="email" id="email" type="text" />
</div></td>
</tr>
<tr>
<td>
<input type="submit" value="Ввод">
</td>
</tr>

</tbody>
</table>

</form>

Нашёл причину. У мено строчкой выше, которую я не сюда не записал, было написано <td. Видимо не работало из-за этого

Можно закрывать

Edited by netbus7
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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