<script>
    document.title = "타이틀바에 문자열 출력"
    document.write("문서에 출력");
    document.bgColor = "Yellow";
    document.fgColor = "Blue";
    window.status = "상태바에 출력";
</script>

'.NET프로그래밍 > JavaScript 1.2' 카테고리의 다른 글

26. 히스토리(history) 객체  (0) 2009.08.11
25. 로케이션객체  (0) 2009.08.10
23. 윈도우객체  (0) 2009.08.10
자바스크립트 학습순서  (0) 2009.08.10
22. 가까운값(NEAR) 예제  (0) 2009.08.10
Posted by holland14
: