|
|
От: | Пластеев Владимир | |
| Дата: | 21.04.02 09:38 | ||
| Оценка: | |||
<html>
<script>
function over1()
{
document.all.mainId.bgColor="red";
// alert("ew");
}
</script>
<body>
<table>
<tr>
<td id=mainId onmouseover="javascript:over1()">qqwe</td>
</tr>
</table>
</body>
</html>