| pathname | ใช้คืนค่า path ตั้งแต่ root จนถึงไฟล์ของหน้าต่างที่เรียกใช้ |
|---|
property:pathname;
return type:string
content:ใช้คืนค่า path ตั้งแต่ root จนถึงไฟล์ของหน้าต่างที่เรียกใช้
example:var tagArea = document.getElementById ( "bamboo" ); alert ( tagArea.pathname );