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,617
14년 전 조회 1,982
14년 전 조회 1,736
14년 전 조회 1,891
14년 전 조회 2,254
14년 전 조회 1,751
14년 전 조회 2,119
14년 전 조회 1,695
14년 전 조회 1,665
14년 전 조회 2,258
14년 전 조회 4,140
14년 전 조회 1,706
14년 전 조회 3,118
14년 전 조회 1,900
14년 전 조회 1,797
14년 전 조회 2,667
14년 전 조회 2,610
14년 전 조회 1,575
14년 전 조회 2,487
14년 전 조회 2,936
14년 전 조회 2,359
14년 전 조회 1,586
14년 전 조회 2,989
14년 전 조회 1,782
14년 전 조회 1,564
14년 전 조회 1,537
14년 전 조회 2,259
14년 전 조회 2,632
14년 전 조회 2,125
14년 전 조회 1,599
14년 전 조회 1,781
14년 전 조회 2,297
14년 전 조회 2,244
14년 전 조회 1,572
14년 전 조회 4,341
14년 전 조회 2,257
14년 전 조회 5,433
14년 전 조회 1,799
14년 전 조회 2,811
14년 전 조회 1,869
14년 전 조회 1,760
14년 전 조회 2,641
14년 전 조회 1,651
14년 전 조회 2,610
14년 전 조회 1,716
14년 전 조회 2,424
14년 전 조회 2,000
14년 전 조회 5,010
14년 전 조회 2,986
14년 전 조회 1,828
14년 전 조회 1,731
14년 전 조회 2,267
14년 전 조회 1,933
14년 전 조회 1,976
14년 전 조회 3,150
14년 전 조회 1,701
14년 전 조회 3,900
14년 전 조회 3,783
14년 전 조회 2,130
14년 전 조회 1,826
14년 전 조회 3,234
14년 전 조회 1,953
14년 전 조회 2,180
14년 전 조회 1,614
14년 전 조회 2,724
14년 전 조회 2,130
14년 전 조회 2,212
14년 전 조회 2,494
14년 전 조회 1,637
14년 전 조회 4,707
14년 전 조회 1,887
14년 전 조회 2,796
14년 전 조회 2,222
14년 전 조회 1,695
14년 전 조회 5,667
14년 전 조회 1,551
14년 전 조회 3,675
14년 전 조회 1,918
14년 전 조회 1,666
14년 전 조회 2,074
14년 전 조회 8,781
14년 전 조회 1,995
14년 전 조회 3,038
14년 전 조회 2,476
14년 전 조회 2,042
14년 전 조회 5,118
14년 전 조회 1,735
14년 전 조회 2,177
14년 전 조회 1,766
14년 전 조회 1,801
14년 전 조회 2,584
14년 전 조회 3,389
14년 전 조회 1,869
14년 전 조회 2,039
14년 전 조회 1,972
14년 전 조회 2,245
14년 전 조회 1,488
14년 전 조회 2,033
14년 전 조회 1,566
14년 전 조회 1,928