on

English [?n] US [ɑ:n]

prep.(??? ???) to;(??? ???) on...; ..

adv.(??, ????, ????) ??, (??) ???

adj.?? ? ??; ki]

n.Key; ?, ??, ??; ?vt.?? ??; . ? ??

adj. main

3?? ??: ? ??: ? ?? ??: ?? ?? ??: ?? ?? ??: keyed

英[?p]  美[?p]

adv .??? ??????; ?? ??? ?? ??????; ???? ??????.& vi.

prep of; to to a high place; ? ??? ?? 3?? ??: ups ????: upped

?????? onKeyUp ?? ???

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

??: ??onkeyup="SomeJavaScriptCode"

????: SomeJavaScriptCode ?????. ? ???? ??? ? ??? JavaScript? ?????.?

?????? onKeyUp ?? ?

<html>

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

<body>
	
輸入您的姓名(請輸入小寫字符查看效果): <input type="text" id="fname" onkeyup="upperCase(this.id)" />

</body>
</html>

???? ?? ?

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