HTMLFormElement.Enctype Property |
Gets or sets the content type of the submitted form.
[VBScript] Public Property Enctype As String
[JScript] public function get Enctype() : String; public function set Enctype(String);
A string representing the content type of the submitted form.
HTMLFormElement Object | HTMLFormElement Members | DOM Namespace