| enctype | ใช้กำหนดค่า หรือคืนค่า ชนิดข้อมูลสำหรับการส่งข้อมูลของ form |
|---|
property:enctype;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ชนิดข้อมูลสำหรับการส่งข้อมูลของ form
example:var tagForm = document.getElementById ( "bamboo" ); alert ( tagForm.enctype );