オブジェクトのタイプを調べる
2005/06/09
type
001
002
003
004
005
Radio Button
Check Box
// オブジェクトのタイプを調べる
alert(
"Object Type is " + obj.type
);