Показать сообщение отдельно
Старый 31.08.2003, 01:44
nagash вне форума Посмотреть профиль Отправить личное сообщение для nagash Посетить домашнюю страницу nagash Найти все сообщения от nagash
  № 6  
nagash
Ветеран форума
 
Аватар для nagash

Регистрация: Jul 2001
Адрес: Москва
Сообщений: 3,088
Отправить сообщение для nagash с помощью ICQ
<html>
<head>
<script>
nopic = 1;
function checkpic() {
if (nopic) {
document.location = "noimage.html";
} else {
document.location = "yesimage.html";
}
}
</script>
</head>
<body onload="checkpic()">
<img src="i.gif" width="1" height="1" onload="nopic=0" onerror="nopic=0">
</body>
</html>