on

English [?n] US [ɑ:n]

prep. (??? ???) pair (??? ???) on...; ...

adv. on; on; ?? ??, ?? ???

英[ t?end? ]

vt. ????, ????, ????(??)

vi. ????, ????, ????, ????; , ??; ??

3?? ??: ?? ??: ?? ?? ??: ?? ?? ??: ??? ?? ??: ???

?????? onchange ?? ???

??: ???? ??? ??? ? ?????.

??:onchange="SomeJavaScriptCode"

????:

ParametersDescription
SomeJavaScriptCode?????. ? ???? ??? ? ??? JavaScript? ?????.?

?????? onchange ?? ?

<html>

<head>
<script type="text/javascript">
function upperCase(x)
{
var y=document.getElementById(x).value
document.getElementById(x).value=y.toUpperCase()
}
</script>
</head>

<body>

Enter your name: <input type="text" id="fname" onchange="upperCase(this.id)">

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????