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