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);

Property Value

A string representing a comma-separated list of content types that a server processing this form will handle correctly.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace