Вот часть кода с кнопкой:
<tr>
<td id="input" align="center">
<?=$dob?>
<p align="center"><font color="green">Добавление в серфинг <b>1x<?=$ST?></b></font> <br>Введите адрес вашего сайта:</p>
<form name="form1" method="post" action="/?r=<?=$ST?>">
<input name="serf" type="hidden" value="<?=$ST?>">
<input name="addurl" id="focus" size=38 type="text" value='<?=$url?>'>
<input type="submit" name="button" id="button" value="Добавить">
</form>
<br>
</td>
</tr>
|