HTMLFormElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

reset
submit

reset


void reset(); 


submit


void submit(); 

Member Data

acceptCharset
action
elements
encoding
enctype
length
method
name
target

acceptCharset


attribute DOMString acceptCharset; 


action


attribute DOMString action; 


elements


readonly attribute HTMLCollection elements; 


encoding


attribute DOMString encoding; 


enctype


attribute DOMString enctype; 


length


readonly attribute long length; 


method


attribute DOMString method; 


name


attribute DOMString name; 


target


attribute DOMString target; 

 

Last Updated: 2009-05-29