property:noHref;return type:booleancontent:ใช้ตรวจสอบว่า พื้นที่มี link หรือไม่example:var tagArea = document.getElementById ( "bamboo" ); if ( tagArea.noHref ) { alert ( "area no link" ); }