Input Reset type Property

❮ Input Reset Object

Example

Find out which type of form element the Reset button is:

var x = document.getElementById("myReset").type;
Try it Yourself »

Description

The type property returns which type of form element a reset button is.

For a reset button object, this property will always return "reset".


Browser Support

Property
type Yes Yes Yes Yes Yes

Syntax

resetObject.type

Return Value

Type Description
String The type of form element the reset button is

❮ Input Reset Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.