org.w3c.dom.html
public interface HTMLFieldSetElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
Method Summary | |
---|---|
HTMLFormElement | getForm()
Returns the FORM element containing this control. |
FORM
element containing this control. Returns
null
if this control is not within the context of a
form.