Показать сообщение отдельно
Старый 03.06.2004, 12:42
cosmo вне форума Посмотреть профиль Отправить личное сообщение для cosmo Найти все сообщения от cosmo
  № 8  
cosmo

Регистрация: Mar 2001
Адрес: Екатеринбург
Сообщений: 286
Отправить сообщение для cosmo с помощью ICQ
<html>
<head>
<script language="JavaScript">
function opPict(img,w,h,alt) {
op=window.open('','','width='+w+'; height='+h);
op.document.write('<html><head><title>'+alt+'</title>');
op.document.write('</head><body topmargin=0 leftmargin=0>');
op.document.write('<img src='+img+' width='+w+' height='+h+' alt="'+alt+'">');
op.document.write('</body></html>');
}
</script>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a href="javascriptpPict('Рисунок.jpg','Ширина','Высота','Текст альта')"><img src='Маленький рисунок'' width=130 height=109 border=0></a>
</body>
</html>