|
|
13³â Àü |
<script language='javascript'>
function trim(str){
str = str.replace(/^\s*/,'').replace(/\s*$/, '');
return str; //º¯È¯ÇÑ ½ºÆ®¸µÀ» ¸®ÅÏ.
}
var txt= document.form.txt.value;
txt= trim(txt); //Æ®¸²ÇÑ´Ù.
document.form.txt.value = txt;
if(document.form.writer.value == ""){
alert("³»¿ëÀ»¸¦ ±âÀÔÇØÁÖ¼¼¿ä.");
document.form.txt.focus();
}
</script>
|
|
̵̧ : 571 |
̵̧
¸ñ·Ï
|
|