<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
<script type="text/javascript">
var s;
document.write("<h2> 객체 특성 확인 </h2><p><table width=750 border=2>");
for (s in document)
{
document.write("<tr><td>" + s + "= </td><td>" + document[s] + "</td></tr>");
}
document.write("</table>");
</script>
</BODY>
</HTML>
'º Learning 。 > ♂ Javascript ♀' 카테고리의 다른 글
[펌] javascript 객체 메소드 (navigator, document, date, history, window, select, option, image, array, location, link) (0) | 2009.05.26 |
---|---|
[펌] javascript 필수... (0) | 2009.05.26 |
버튼 클릭으로 페이지 이동 (0) | 2009.05.25 |
지역변수, 전역변수 확인 (0) | 2009.05.25 |
함수의 참조 (0) | 2009.05.25 |