[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Генератор статуса МАЙЛ.РУ
DooDLeZДата: Понедельник, 27.04.2009, 20:30 | Сообщение # 1
Admin
Группа: Проверенные
Сообщений: 805
[ 21 ]
:-)
Code
<!-- Статус Агент@mail.ru modified by Vanofuture -->
<input id="email" type="text" style="width:140px ">
<input type="submit" onClick="statusimage_bbcode();statusimage();" class="but" value="Получить код!">
<table><tr>
<td style="display:none;" id="status_div">
<h3>Ваш html код:</h3>
<textarea readonly id="stcode" cols="20" rows="3"></textarea>
<script>
function statusimage()
{
var a = document.getElementById('email').value;
if(a.indexOf('@mail.ru')!=-1 || a.indexOf('@bk.ru')!=-1 || a.indexOf('@list.ru')!=-1 || a.indexOf('@corp.mail.ru')!=-1 || a.indexOf('@inbox.ru')!=-1){
document.getElementById('status_div').style.display = '';
document.getElementById('stcode').value='<a href="http://www.mail.ru/agent?message&to='+a+'"><img src="http://status.mail.ru/?'+a+'" width="13" height="13" title="Статус в Агент@mail.ru" border="0"></a>';
} else {
alert('Неправильный E-mail!')
}
}
</script>
</td>
<td style="display:none;" id="status_div_bbcode">
<h3>Ваш BB-код:</h3>
<textarea readonly id="stcode_bbcode" cols="20" rows="3"></textarea>
<script>
function statusimage_bbcode()
{
var a = document.getElementById('email').value;
if(a.indexOf('@mail.ru')!=-1 || a.indexOf('@bk.ru')!=-1 || a.indexOf('@list.ru')!=-1 || a.indexOf('@corp.mail.ru')!=-1 || a.indexOf('@inbox.ru')!=-1){
document.getElementById('status_div_bbcode').style.display = '';
document.getElementById('stcode_bbcode').value='[img]http://status.mail.ru/?'+a+'[/img]';
}
}
</script>
</td></tr></table>
<!-- Статус Агент@mail.ru -->


IP админа скрыт!
  • Страница 1 из 1
  • 1
Поиск: