z

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



위 문제는 2010년 웹디자인 기능사 문제중 하나 입니다.
|

댓글 4개

라 아닌가요?

저건 써본적이 없는데
[예제]

가. <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>
먼가 이상한가 봅니다.. 다 닫기는데여..
패스..

다른것에서 정답 맞추면 됩니다. 어차피 60점..
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

+
제목 글쓴이 날짜 조회
15년 전 조회 1,871
15년 전 조회 2,709
15년 전 조회 2,018
15년 전 조회 2,337
15년 전 조회 3,203
15년 전 조회 2,706
15년 전 조회 4,765
15년 전 조회 1,840
15년 전 조회 2,725
15년 전 조회 2,026
15년 전 조회 2,596
15년 전 조회 2,323
15년 전 조회 8,474
15년 전 조회 2,102
15년 전 조회 2,050
15년 전 조회 2,515
15년 전 조회 2,889
15년 전 조회 2,553
15년 전 조회 2,198
15년 전 조회 2,056
15년 전 조회 6,519
15년 전 조회 2,636
15년 전 조회 2,036
15년 전 조회 2,500
15년 전 조회 2,570
15년 전 조회 2,750
15년 전 조회 2,396
15년 전 조회 2,519
15년 전 조회 1,970
15년 전 조회 1,804