<html>
<head></head>
<body>
<script><!--
document.write('Hello');
document.getElementById("one").style.backgroundIma ge = "1.bmp"
document.getElementById("two").style.backgroundIma ge = "2.bmp"
--></script>
<table border=1><tr>
<td id="one">info</td>
<td id="two">info</td>
</tr></table>
</body>
не пашет
|