f

출력 결과가 이상하게 다르네요....

안녕하세요.
자바스크립트 초보라 이렇게 질문 드립니다.
 
동일한 내용을 출력하는데 함수에서 호출 할 경우와 그렇지 않을 경우의 결과가 다릅니다.
왜 그런가요?
 
 
[예제1]
<html>
<head>
<script type="text/javascript">
function print_form()
{
 document.write(document.forms.length);
 document.write(document.forms[0].elements[1].name);
}
</script>
</head>
<body>
<form>
name:<input type="text" name="name" /><br />
phone:<input type="text" name="phone" /><br />
</form>
<form>
name2:<input type="text" name="name2" /><br />
phone2:<input type="text" name="phone2" /><br />
</form>
<input type="submit" onclick="print_form()" />

</body>
</html>
 
결과 : 2, name 이 정상 출력 되어야 하는데 이상하게 2만 출력이 되네요.
 
[예제2]
<html>
<head>
</head>
<body>
<form>
name:<input type="text" name="name" /><br />
phone:<input type="text" name="phone" /><br />
</form>
<form>
name2:<input type="text" name="name2" /><br />
phone2:<input type="text" name="phone2" /><br />
</form>
<script type="text/javascript">
document.write(document.forms.length);
document.write(document.forms[0].elements[0].name);
</script>

</body>
</html>
 
결과 : 2, name 이 정상 출력 됩니다.
|

댓글 3개

document.write(document.forms.length+document.forms[0].elements[1].name); 요렇게 처리해야 할듯 싶내요...
새로운 페이지가 생성되면서 잃으면서 다음건 출력 안되는거내요.
도통 모르겠네요
일단은 두 페이지가 소스가 다르네요

document.forms[0].elements[0].name
document.forms[0].elements[1].name

http://math88.com.ne.kr/computer/js/JSmanual/7-2-6-2.html
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 1,308
14년 전 조회 1,688
14년 전 조회 1,450
14년 전 조회 1,611
14년 전 조회 1,975
14년 전 조회 1,464
14년 전 조회 1,809
14년 전 조회 1,409
14년 전 조회 1,381
14년 전 조회 1,951
14년 전 조회 3,838
14년 전 조회 1,380
14년 전 조회 2,816
14년 전 조회 1,569
14년 전 조회 1,480
14년 전 조회 2,381
14년 전 조회 2,304
14년 전 조회 1,256
14년 전 조회 2,194
14년 전 조회 2,625
14년 전 조회 2,081
14년 전 조회 1,278
14년 전 조회 2,657
14년 전 조회 1,480
14년 전 조회 1,258
14년 전 조회 1,196
14년 전 조회 1,961
14년 전 조회 2,310
14년 전 조회 1,830
14년 전 조회 1,265
14년 전 조회 1,491
14년 전 조회 1,970
14년 전 조회 1,995
14년 전 조회 1,257
14년 전 조회 4,040
14년 전 조회 1,933
14년 전 조회 5,142
14년 전 조회 1,474
14년 전 조회 2,483
14년 전 조회 1,525
14년 전 조회 1,450
14년 전 조회 2,301
14년 전 조회 1,342
14년 전 조회 2,306
14년 전 조회 1,411
14년 전 조회 2,127
14년 전 조회 1,693
14년 전 조회 4,696
14년 전 조회 2,685
14년 전 조회 1,541
14년 전 조회 1,408
14년 전 조회 1,945
14년 전 조회 1,605
14년 전 조회 1,693
14년 전 조회 2,806
14년 전 조회 1,398
14년 전 조회 3,562
14년 전 조회 3,489
14년 전 조회 1,816
14년 전 조회 1,500
14년 전 조회 2,959
14년 전 조회 1,613
14년 전 조회 1,872
14년 전 조회 1,308
14년 전 조회 2,436
14년 전 조회 1,824
14년 전 조회 1,884
14년 전 조회 2,175
14년 전 조회 1,310
14년 전 조회 4,374
14년 전 조회 1,563
14년 전 조회 2,463
14년 전 조회 1,929
14년 전 조회 1,381
14년 전 조회 5,364
14년 전 조회 1,215
14년 전 조회 3,325
14년 전 조회 1,638
14년 전 조회 1,357
14년 전 조회 1,738
14년 전 조회 8,505
14년 전 조회 1,668
14년 전 조회 2,727
14년 전 조회 2,184
14년 전 조회 1,753
14년 전 조회 4,799
14년 전 조회 1,427
14년 전 조회 1,879
14년 전 조회 1,440
14년 전 조회 1,496
14년 전 조회 2,245
14년 전 조회 3,067
14년 전 조회 1,558
14년 전 조회 1,723
14년 전 조회 1,640
14년 전 조회 1,941
14년 전 조회 1,200
14년 전 조회 1,740
14년 전 조회 1,246
14년 전 조회 1,618