Послать cообщение на ICQ 100% работает на Ucoz
Ставить между <BODY> и </BODY>
Code
<center><font size="7" color="#0000FF"><B>ICQ</B></font>
<script language="JavaScript">
s=prompt('Введите номер пользователя ICQ','1234567')
document.write('<P>Заполните форму и нажмите "Отправить".
Ваше сообщение отправить по адресу -')
document.write(s)
document.write('
<form name=form action="http://wwp.icq.com/scripts/WWPMsg.dll" method="post" target="_blank">')
document.write('<table border="2" cellpadding="1" cellspacing="1"><tr><td>')
document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="silver"<tr>')
document.write('<td align="center" nowrap colspan="2" bgcolor="#0000a0">')
document.write('<font color="White"><b>Сбросить сообщение на ICQ </font><br><font size="-2"')
document.write('color="White">если есть что сказать...</font></b></td><tr>')
document.write('<td align="center"><font size="-2" color="navy"><b>Ваше Имя</b>')
document.write('(optional):</font><br><input type="text" name="from" value="Guest" size=15 maxlength=40')
document.write(' onmouseover="select()"></td>')
document.write('<td align="center"><font size="-2" color="navy"><b>Ваш EMail</b>')
document.write('(optional):</font><br><input type="text" name="fromemail"')
document.write('value="email@mail.com" size=15 maxlength=40 onmouseover="select()">')
document.write('<input type="hidden" name="subject" value="From Your Web Page"></td></tr><tr>')
document.write('<td align="center" colspan="2"><font size="-1" color="navy">Сообщение:</font><br>')
document.write('<textarea name="bod" rows="3" cols="50" wrap="Virtual" onmouseover="select()">')
document.write('Hello ! I love you !</textarea><br></td></tr><tr><td colspan="2" align="center">')
document.write('<input type="hidden" name="to" value="')
document.write(s)
document.write('">')
document.write('<input type="submit" name="Send" value="Отправить"> ')
document.write('<input type="button" value="Очистить" OnClick="Javascript:(form.bod.value=\' \')"></td></tr><tr><td align="center" nowrap colspan="2">')
document.write('</form>')
document.write('</table></table>')
</script></center>