Latest web development tutorials

Keygen form properties

Keygen Object Reference Keygen objects

Examples

Returns <keygen> element in the form id:

var x = document.getElementById("myKeygen").form.id;

x The output is:

myForm

try it"

Definitions and use

form property returns form contains keygen fields.

form form form property returns an object on success.

Note: This property is read-only.


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support form properties, in addition to Internet Explorer.


grammar

keygenObject .form

Technical Description

return value: Keygen field contains forms form elements. If the field does not contain keygen, returns null.


Keygen Object Reference Keygen objects