Апокалипсис
тех дир matras.ru
Нашёл такое решение: http://www.javaportal.ru/javascript/faq/faq3.html
function testGraphics()
{
if(document.tImage.width==100)alert("Enable graphics");
else alert("Disable graphics");
}
<img src="test.gif" alt="Image" name="tImage">
function testGraphics()
{
if(document.tImage.width==100)alert("Enable graphics");
else alert("Disable graphics");
}
<img src="test.gif" alt="Image" name="tImage">