Method
Windowwindow.alert('내용');메시지경고.window.confirm('내용');확인, 취소 버튼 메시지 박스window.prompt('내용','default value');입력 박스가window.open('url','name','속성');새창 띄우기window.close(); self.close(); close();현재의 창 닫기window.location='url'; / href.location.href='url';지정 페이지 이동String string.blink();깜박거리게string.bold();굵게string.fontcolor(color);텍스트 색상string.italics();이탤릭체로toLowerCase();toUpperCase();소문자로, 대문자로string.charAt..