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,412
14년 전 조회 1,772
14년 전 조회 1,542
14년 전 조회 1,690
14년 전 조회 2,067
14년 전 조회 1,533
14년 전 조회 1,920
14년 전 조회 1,520
14년 전 조회 1,458
14년 전 조회 2,078
14년 전 조회 3,947
14년 전 조회 1,474
14년 전 조회 2,919
14년 전 조회 1,676
14년 전 조회 1,591
14년 전 조회 2,494
14년 전 조회 2,413
14년 전 조회 1,360
14년 전 조회 2,295
14년 전 조회 2,734
14년 전 조회 2,153
14년 전 조회 1,385
14년 전 조회 2,766
14년 전 조회 1,580
14년 전 조회 1,362
14년 전 조회 1,296
14년 전 조회 2,052
14년 전 조회 2,411
14년 전 조회 1,924
14년 전 조회 1,383
14년 전 조회 1,597
14년 전 조회 2,089
14년 전 조회 2,049
14년 전 조회 1,372
14년 전 조회 4,138
14년 전 조회 2,045
14년 전 조회 5,207
14년 전 조회 1,594
14년 전 조회 2,591
14년 전 조회 1,626
14년 전 조회 1,556
14년 전 조회 2,378
14년 전 조회 1,454
14년 전 조회 2,410
14년 전 조회 1,524
14년 전 조회 2,200
14년 전 조회 1,799
14년 전 조회 4,767
14년 전 조회 2,751
14년 전 조회 1,604
14년 전 조회 1,512
14년 전 조회 2,022
14년 전 조회 1,716
14년 전 조회 1,755
14년 전 조회 2,916
14년 전 조회 1,475
14년 전 조회 3,673
14년 전 조회 3,543
14년 전 조회 1,925
14년 전 조회 1,597
14년 전 조회 3,023
14년 전 조회 1,720
14년 전 조회 1,976
14년 전 조회 1,391
14년 전 조회 2,505
14년 전 조회 1,930
14년 전 조회 1,994
14년 전 조회 2,296
14년 전 조회 1,418
14년 전 조회 4,498
14년 전 조회 1,647
14년 전 조회 2,575
14년 전 조회 1,999
14년 전 조회 1,485
14년 전 조회 5,466
14년 전 조회 1,329
14년 전 조회 3,432
14년 전 조회 1,712
14년 전 조회 1,466
14년 전 조회 1,847
14년 전 조회 8,604
14년 전 조회 1,778
14년 전 조회 2,815
14년 전 조회 2,282
14년 전 조회 1,846
14년 전 조회 4,914
14년 전 조회 1,532
14년 전 조회 1,984
14년 전 조회 1,506
14년 전 조회 1,578
14년 전 조회 2,360
14년 전 조회 3,189
14년 전 조회 1,642
14년 전 조회 1,835
14년 전 조회 1,748
14년 전 조회 2,012
14년 전 조회 1,267
14년 전 조회 1,847
14년 전 조회 1,351
14년 전 조회 1,695