반응형
document는 문서에서 보여지는 것을 말합니다.
<script>document.title = "타이틀바에 문자열 출력";
document.write("문서에 출력");
document.bgColor = "Yellow";
document.fgColor = "Blue";
window.status = "상태바에 출력";
</script>
반응형
'jQuery | javascript | CSS' 카테고리의 다른 글
26.JavaScript - HiStory (히스토리) (0) | 2009.08.11 |
---|---|
25.JavaScript - location객체 (로케이션객체) (0) | 2009.08.11 |
24.JavaScript - Window객체 (0) | 2009.08.11 |
23.JavaScript - 가까운값 구하기 (0) | 2009.08.10 |
22.JavaScript - Array 배열 (0) | 2009.08.10 |
Comments