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,348
14년 전 조회 1,721
14년 전 조회 1,491
14년 전 조회 1,647
14년 전 조회 2,016
14년 전 조회 1,493
14년 전 조회 1,857
14년 전 조회 1,451
14년 전 조회 1,413
14년 전 조회 2,012
14년 전 조회 3,885
14년 전 조회 1,408
14년 전 조회 2,854
14년 전 조회 1,609
14년 전 조회 1,520
14년 전 조회 2,429
14년 전 조회 2,336
14년 전 조회 1,296
14년 전 조회 2,241
14년 전 조회 2,663
14년 전 조회 2,112
14년 전 조회 1,323
14년 전 조회 2,700
14년 전 조회 1,516
14년 전 조회 1,295
14년 전 조회 1,233
14년 전 조회 2,005
14년 전 조회 2,352
14년 전 조회 1,863
14년 전 조회 1,313
14년 전 조회 1,554
14년 전 조회 2,021
14년 전 조회 2,019
14년 전 조회 1,306
14년 전 조회 4,083
14년 전 조회 1,981
14년 전 조회 5,177
14년 전 조회 1,522
14년 전 조회 2,536
14년 전 조회 1,562
14년 전 조회 1,498
14년 전 조회 2,324
14년 전 조회 1,395
14년 전 조회 2,350
14년 전 조회 1,448
14년 전 조회 2,161
14년 전 조회 1,743
14년 전 조회 4,721
14년 전 조회 2,716
14년 전 조회 1,569
14년 전 조회 1,448
14년 전 조회 1,978
14년 전 조회 1,653
14년 전 조회 1,724
14년 전 조회 2,857
14년 전 조회 1,428
14년 전 조회 3,611
14년 전 조회 3,510
14년 전 조회 1,861
14년 전 조회 1,539
14년 전 조회 2,985
14년 전 조회 1,660
14년 전 조회 1,915
14년 전 조회 1,345
14년 전 조회 2,473
14년 전 조회 1,870
14년 전 조회 1,932
14년 전 조회 2,232
14년 전 조회 1,353
14년 전 조회 4,425
14년 전 조회 1,593
14년 전 조회 2,501
14년 전 조회 1,962
14년 전 조회 1,418
14년 전 조회 5,400
14년 전 조회 1,262
14년 전 조회 3,372
14년 전 조회 1,661
14년 전 조회 1,407
14년 전 조회 1,791
14년 전 조회 8,551
14년 전 조회 1,717
14년 전 조회 2,765
14년 전 조회 2,231
14년 전 조회 1,792
14년 전 조회 4,850
14년 전 조회 1,471
14년 전 조회 1,924
14년 전 조회 1,472
14년 전 조회 1,532
14년 전 조회 2,303
14년 전 조회 3,115
14년 전 조회 1,594
14년 전 조회 1,774
14년 전 조회 1,682
14년 전 조회 1,971
14년 전 조회 1,230
14년 전 조회 1,790
14년 전 조회 1,299
14년 전 조회 1,646