_____________
Миллионы приходят, уходят, не в них счастье. Самым важным на свете всегда будут люди в этой комнате, вот здесь, сейчас...

Цитата (Winston @ 20.12.2012 - 18:23) |
Убрать из формы кнопку submit |
<form action="" method="post" name="Form">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td id="InputText">
Текст:
<br />
<input type="text" name="text" id="TextInput" />
</td>
<td id="ButtonTd">
<input type="button" name="Submit" value="Отправить" />
</td>
</tr>
</table>
</form>
<form action="" method="post" name="Form" onsubmit="return false;">