есть вопрос. вот я написал форму, как сделать чтоб оно отправило на емейл мой??? [cut=Открыть]
<html>
<head>
<title>ShadeSoft-Лучший софт</title>
<body>
<form action="mailto: master_eco@mail.ru " method=post>
<center><textarea rows="5" cols="40" name="Comments"></textarea></center>
<br>
<p><center><input type=button value="Отправить"></center></p>
</form>
</body>
</head>
</html>
[/cut]