HTMLInputElement.Accept Property |
Gets or sets a comma-separated list of content types.
[VBScript] Public Property Accept As String
[JScript] public function get Accept() : String; public function set Accept(String);
A string representing a comma-separated list of content types that a server processing this form will handle correctly.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace