제가 다음과 같이 자바스크립트 코드를 작성했습니다.
<html>
<head>
<script language="javascript">
function wri() {
top.frames[1].document.write("희망을 갖고 살자. 끝까지 가보는거야!");
return true;
}
</script>
</head>
<body>
c.html문서<br>
<script language="javascript">
document.write(window.length+"<br>");
document.write(window.frames.length+"<br>");
document.write(parent.length+"<br>");
document.write(parent.frames.length+"---");
document.write(parent.frames[0].name+"---");
document.write(parent.frames[1].name+"<br>");
document.write(parent.parent.length+"<br>");
document.write(parent.parent.frames.length+"<br>");
document.write(top.length+"<br>");
document.write(top.frames.length+"<br>");
document.write(top.frames[0].name+"---");
document.write(top.frames[1].name+"---");
document.write(top.frames[2].name+"<br>");
</script>
<a href="#" onclick="wri();">중앙 프레임에 내용을 출력</a>
</body>
</html>
그리고 이 문서를 저장한 뒤에 FireFox로 이 문서를 읽었습니다. 그리고 걸려 있는 링크를 클릭했습니다. 그랬더니 문서를 읽을 때 나오는 아이콘이 표시(원 모양으로 계속 도는 화살표가 표시)됩니다. 이 화살표시가 나오지 않도록 하는 방법이 없을까요. 인터넷 익스플로러에서는 문서를 불러오고 위의 링크를 클릭해도 계속 읽는 중이라는 아이콘은 뜨지 않던데요. 다른 스크립트 실행할 때도 모질라가 그런 식으로 작동하는 것은 아닌지요? FireFox를 사용하지 얼마 안돼서 여러분께 조언을 구합니다. 도와주세요.
자바스크립트 코드를 계속 읽는 문제
Who is online
Users browsing this forum: No registered users and 1 guest