<html>
<head>
<style type="text/css">
</style>
<script>
window.onload=function(){
b1.onclick=function(){
window.parent.frames[0].location.href="http://www.daum.net";
}
}
</script>
</head>
<body>
<input type="button" value="네이버" id="b1">
<input type="button" value="다음" id="b2">
<iframe src="b.html">
</iframe>
</body>
</html>
'개발하자 > 자바스크립트' 카테고리의 다른 글
객체생성 이용해서 버튼만들어서 css적용하기 (0) | 2015.03.03 |
---|---|
외부파일로 css스타일 적용 시키고 js이벤트 주기 (0) | 2015.03.03 |
이전페이지 다음페이지로 이동하기 (0) | 2015.03.03 |
onmouseover,onmouseout (0) | 2015.03.03 |
과제2)상단메뉴 클릭시 하위메뉴 나오기 (0) | 2015.03.01 |