\r\n\r\n
name:
phone:
\r\n
name2:
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,663
14년 전 조회 2,022
14년 전 조회 1,786
14년 전 조회 1,931
14년 전 조회 2,311
14년 전 조회 1,777
14년 전 조회 2,159
14년 전 조회 1,743
14년 전 조회 1,708
14년 전 조회 2,326
14년 전 조회 4,199
14년 전 조회 1,760
14년 전 조회 3,183
14년 전 조회 1,961
14년 전 조회 1,853
14년 전 조회 2,749
14년 전 조회 2,662
14년 전 조회 1,630
14년 전 조회 2,552
14년 전 조회 3,009
14년 전 조회 2,415
14년 전 조회 1,649
14년 전 조회 3,048
14년 전 조회 1,851
14년 전 조회 1,633
14년 전 조회 1,595
14년 전 조회 2,314
14년 전 조회 2,689
14년 전 조회 2,188
14년 전 조회 1,662
14년 전 조회 1,830
14년 전 조회 2,345
14년 전 조회 2,313
14년 전 조회 1,624
14년 전 조회 4,389
14년 전 조회 2,302
14년 전 조회 5,479
14년 전 조회 1,855
14년 전 조회 2,857
14년 전 조회 1,926
14년 전 조회 1,816
14년 전 조회 2,683
14년 전 조회 1,717
14년 전 조회 2,668
14년 전 조회 1,765
14년 전 조회 2,462
14년 전 조회 2,057
14년 전 조회 5,039
14년 전 조회 3,020
14년 전 조회 1,866
14년 전 조회 1,790
14년 전 조회 2,298
14년 전 조회 1,990
14년 전 조회 2,008
14년 전 조회 3,204
14년 전 조회 1,730
14년 전 조회 3,950
14년 전 조회 3,814
14년 전 조회 2,184
14년 전 조회 1,865
14년 전 조회 3,265
14년 전 조회 2,006
14년 전 조회 2,241
14년 전 조회 1,649
14년 전 조회 2,753
14년 전 조회 2,194
14년 전 조회 2,265
14년 전 조회 2,554
14년 전 조회 1,681
14년 전 조회 4,765
14년 전 조회 1,924
14년 전 조회 2,860
14년 전 조회 2,264
14년 전 조회 1,752
14년 전 조회 5,727
14년 전 조회 1,608
14년 전 조회 3,720
14년 전 조회 1,963
14년 전 조회 1,731
14년 전 조회 2,128
14년 전 조회 8,859
14년 전 조회 2,046
14년 전 조회 3,104
14년 전 조회 2,540
14년 전 조회 2,105
14년 전 조회 5,179
14년 전 조회 1,793
14년 전 조회 2,243
14년 전 조회 1,808
14년 전 조회 1,847
14년 전 조회 2,639
14년 전 조회 3,436
14년 전 조회 1,902
14년 전 조회 2,099
14년 전 조회 2,027
14년 전 조회 2,279
14년 전 조회 1,532
14년 전 조회 2,080
14년 전 조회 1,613
14년 전 조회 1,970