| action | ใช้กำหนดค่า หรือคืนค่า method ( วิธีการรับส่งข้อมูล ) ของ form เช่น GET, POST เป็นต้น |
|---|
property:action;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า method ( วิธีการรับส่งข้อมูล ) ของ form เช่น GET, POST เป็นต้น
example:var tagForm = document.getElementById ( "bamboo" ); alert ( tagForm.method );