Linux Mac OSX Windows

  
[scriptable, uuid(a6cf908f-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLFormElement : nsIDOMHTMLElement

Attributes


        
attribute DOMString acceptCharset

        
attribute DOMString action
 The nsIDOMHTMLFormElement interface is the interface to a [X]HTML
 form element.

 For more information on this interface please see
 http://www.w3.org/TR/DOM-Level-2-HTML/

 @status FROZEN
readonly attribute nsIDOMHTMLCollection elements

        
attribute DOMString enctype

        
readonly attribute long length

        
attribute DOMString method

        
attribute DOMString name

        
attribute DOMString target

Methods


        
void reset()

        
void submit()