property:isMap;return type:booleancontent:ใช้ตรวจสอบว่า image นั้นถูกใช้เป็น map หรือไม่example:var tagImg = document.getElementById ( "bamboo" ); if ( tagImg.isMap ) { alert ( "use map" ); }