제목 : 실습. 브라우저 내장 객체 - location객체의 주요 속성 및 메서드
<SCRIPT LANGUAGE="JavaScript">
</SCRIPT>
<input type="button" value="다음으로 이동"
onclick="location.href='http://www.daum.net/';">
<input type="button" value="현재 페이지 새로고침"
onclick="location.reload();">
<input type="button" value="iframe에 네이버 출력"
onclick="myFrame.location.href='http://www.naver.com/';">
<iframe name="myFrame" width=200
height=200>