[풀어보세요] 쉬우면서도 어려운 문제

위 문제는 2010년 웹디자인 기능사 문제중 하나 입니다.
댓글 4개
15년 전
[예제]
가. <a href='javascript:self_close()'>self.close( ) 닫기</a><p />
나. <a href='javascript:this_close()'>this.close( ) 닫기</a><p />
다. <a href='javascript:window_close()'>window.close( ) 닫기</a><p />
라. <a href='javascript:screen_close()'>screen.close( ) 닫기</a><p />
마. <a href='javascript:old_close()'>close( ) 닫기</a>
<script type='text/javascript'>
var screen = this;
function self_close() {
self.close( ); // 가
}
function this_close() {
this.close( ); // 나
}
function window_close() {
window.close( ); // 다
}
function screen_close() {
screen.close( ); // 라
}
function old_close() {
close( ); // 마
}
</script>
가. <a href='javascript:self_close()'>self.close( ) 닫기</a><p />
나. <a href='javascript:this_close()'>this.close( ) 닫기</a><p />
다. <a href='javascript:window_close()'>window.close( ) 닫기</a><p />
라. <a href='javascript:screen_close()'>screen.close( ) 닫기</a><p />
마. <a href='javascript:old_close()'>close( ) 닫기</a>
<script type='text/javascript'>
var screen = this;
function self_close() {
self.close( ); // 가
}
function this_close() {
this.close( ); // 나
}
function window_close() {
window.close( ); // 다
}
function screen_close() {
screen.close( ); // 라
}
function old_close() {
close( ); // 마
}
</script>
게시판 목록
자유게시판
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 |
|
2주 전 | 52 | |
| 199718 |
|
2주 전 | 31 | |
| 199717 | 1개월 전 | 30 | ||
| 199716 |
느긋한카키쿠키
|
1개월 전 | 19 | |
| 199715 |
현대적인무질서한까마귀
|
1개월 전 | 24 | |
| 199714 | 1개월 전 | 34 | ||
| 199713 | 1개월 전 | 41 | ||
| 199712 | 1개월 전 | 303 | ||
| 199711 |
안졸리니졸리니
|
1개월 전 | 151 | |
| 199710 |
|
1개월 전 | 164 | |
| 199709 |
|
1개월 전 | 96 | |
| 199708 | 1개월 전 | 110 | ||
| 199707 | 2개월 전 | 246 | ||
| 199706 | 2개월 전 | 47 | ||
| 199705 | 2개월 전 | 31 | ||
| 199704 | 2개월 전 | 55 | ||
| 199703 | 2개월 전 | 60 | ||
| 199702 | 2개월 전 | 104 | ||
| 199701 | 2개월 전 | 114 | ||
| 199700 | 2개월 전 | 86 | ||
| 199699 | 2개월 전 | 92 | ||
| 199698 | 2개월 전 | 139 | ||
| 199697 | 2개월 전 | 103 | ||
| 199696 |
|
2개월 전 | 252 | |
| 199695 | 2개월 전 | 96 | ||
| 199694 | 2개월 전 | 126 | ||
| 199693 | 2개월 전 | 194 | ||
| 199692 | 2개월 전 | 206 | ||
| 199691 |
|
2개월 전 | 180 | |
| 199690 | 2개월 전 | 265 | ||
| 199689 | 2개월 전 | 165 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기