| scrolling | ใช้ตรวจสอบว่า iframe มี scrollbar หรือไม่ |
|---|
property:scrolling;
return type:boolean
content:ใช้ตรวจสอบว่า iframe มี scrollbar หรือไม่
example:var tagIFrame = document.getElementById ( "bamboo" ); if ( tagIFrame.scrolling ) { alert ( "frame scrollable" ); }