웹/javascript
Javascript 내장함수(window, location, screen, document)
자바스크립트 내장함수 정리 window location screen document others window //window.open : 새창띄우기 window.open('/srctree/login.html', '로그인', 'width=480, height=800'); location //페이지 이동 location.href = 'http://www.abc.com/'; //location 값 확인(현재페이지 : 'https://srctree.tistory.com/main.html') location //'https://srctree.tistory.com/main.html' location.host //'srctree.tistory.com' location.hostname //'srctree.tistory..
2021. 11. 18. 19:35
최근댓글