한국어
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--스크립트 설명: 1단계: 다음 코드를 추가합니다. < head>영역--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function test(form) { if (form.text.value == "") Alert("원하는 색상 코드를 입력하세요! " ) else { document.bgColor=(""+form.text.value+""); } } // End --> </SCRIPT> <!--2단계: <body> 영역에 다음 코드를 추가합니다. -> <FORM> <B>원하는 색상 코드를 입력하고 버튼을 누르세요: <BR> <input type="text" name="text"> <input type="button" name="button" value =" 입력" onClick="test(this.form)"> </FORM> <!--3단계: <body>를 다음으로 변경--> <body bgcolor="#fef4d9" onLoad="clear() ;display() ">