스크립트 : toUpperCase()
ex.
var strVariable = "This is a STRING object";
strVariable = strVariable.toUpperCase( );


스타일시트 : style="text-transform:uppercase;"
Posted by 알 수 없는 사용자
,