サンプルコード [実行] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=shift_jis"> <title>Sample</title> <script type="text/javascript"><!-- function check() { var obj = document.getElementById("pBox"); var typ = obj.firstChild.nodeType; alert(typ); var typ = obj.firstChild.firstChild.nodeType; alert(typ); } // --></scr