input 域字母小写转大写
<script> <!-- function t(obj){ var thisValue = obj.value; var thisValue_Up= thisValue.toUpperCase(); obj.value = thisValue_Up; } --></script>
<input onkeyup="t(this)" type="TEXT" />
发表评论
没有评论:
发表评论