С
Size: a a a
С
YS
YS
С
YS
YS
С
С
YS
С
YS
С
С
С
DI
<html>
<head>
<script language="JavaScript">
<!-- Begin
function changeText(theTag,textto) {
theTag.innerHTML=textto;
}
// End -->
</script>
</head>
<body>
<span style="cursor: pointer;" onmouseover="changeText(this,'текст, на который заменяем')" onmouseout="changeText(this,'изначальный текст')">изначальный текст</span>
</body>
</html>
YS
YS
DI
<html>
<head>
<script language="JavaScript">
<!-- Begin
function changeText(theTag,textto) {
theTag.innerHTML=textto;
}
// End -->
</script>
</head>
<body>
<span style="cursor: pointer;" onmouseover="changeText(this,'текст, на который заменяем')" onmouseout="changeText(this,'изначальный текст')">изначальный текст</span>
</body>
</html>
DI
С