묻고답하기

:::::::::::::::::::::::::::::::::: 디지털 시계 만드는 소스구요 ::::::::::::::::::::::::::::::::::

<html>
<head>
<title> SCRIPT 태그 내에 주석 사용하기 </title>
<script language = "javascript">
<!--
        var timerid = null;
        var timerrunning = false;
        var id, pause=0, position=o;
function stopclock () {
        if(timerrunning)
        cleartimeout(timerid);
        timerrunning = false;
}
function showtime () {
        var now = new data () ;
        var hours = now.gethours () ;
        var minutes = now.getminutes () ;
        var seconds = now.getseconds ();
        var timevalue = "" + ((hours >12) ? hours -12 :hours);
        timevalue += ((minutes < 10 ) ? ":0" : ":") + minutes;
        timevalue += ((seconds < 10 ) ? ":0" : ":") + seconds;
        timevalue += (hours >= 12) ? " P.M." : " A.M.";
        document.clock.face.value = timevalue;
        timerid = settimeout("showtime()" ,1000);
        timerrunning = true;
}
function startclock () {
        stopclock() ;
        showtime() ;
}
//-->
</script>
</head>
<body onload="startclock()">
<center>
<h2> 디지털 시계 <br>
<form name="clock" >
<input type="text" name="face" size="13">
</center>
</body>
</html>

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::: 버튼만들면 바탕색 변하는는 소스요 :::::::::::::::::::::::::::::
<html>
<head>
<title> 배경색상 바꾸기</title>
<script language = "javascript">
<!--
        var origcolor = 'true'
        function bgcolor () {
                if (origcolor == 'true') {
                        document.bgcolor = "burlywood";
                        origcolor - 'flase';
                } else {
                        document.bgcolor = "lightblue";
                        origcolor = 'true';
                }
        }
//->
</script>
</head>
<body>
<form name="change_bgcolor">
<input type="button" value="바탕색 바꾸기" onclick="bgcolor()">
</form>
</script>
</body>
</html>

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

도대체 뭐가 안되는 건지..@.@;;
어떤 분이시든지 답변좀 부탁드립니다..
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
☜*핑♡크*☞ 이 프로그램 아세요??  
박준석 테이블이 제대로 안보여요 [2] 2007.08.10
최경준 질문이 있습니다. Windows창 관련 질문 [6] 2007.08.10
쓸쓴한달빛 저기요... 세션과 쿠키의 차이점이 머애요?--? [1] 2007.08.10
정희천 echo 와 print의 차이점 아시는분 [1] 2007.08.10
이우열 [서버 관리] 아파치 컴퓨터 껏다가 다시 키면 안돼요.. [2] 2007.08.10
오랜지 최근 게시물 추출시 링크기능#1을 추출하는 법  
박고은 나모5에서요. [1] 2007.08.10
이은호 안녕하세요 fopen으로 타 사이트 접속이 안돼네요~! 도와주세요  
무영 외부로긴과 서브메뉴와의 관계??? [1] 2007.08.10
곽동연 자바 스크립트 안에 PHP 함수를 어떻게 사용해야 하나요. - PHP완전 초보가. [1] 2007.08.10
김현성 VDSL로 서버를 어떻게 운영하나요? [2] 2007.08.10
허진규 [re] 이 소스 해석좀.. [1] 2007.08.10
박고은 이 소스 해석좀.. [3] 2007.08.10
PeACE_oNE 홈페이지에 태그로 시계 집어넣는 방법? [4] 2007.08.10
[콜록]카루스 접속할 때 마다 다른 배경음악.. [1] 2007.08.10
이태호 아이프레임 스크롤 바... [3] 2007.08.10
김민규 PHP설치에 대한 질문여... [1] 2007.08.10
남일이찌개 이거 어떻게 하는건가요?? ㅠ_ㅠ  
inthesky 개인 홈페이지 DB 20메가는 어느 정도? [5] 2007.08.10