javascript InputTypeText value
| value | NN 2 IE 3 DOM 1 |
| Read/Write | |
|
Indicates the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings, which means that scripts using text field values for some math operations (especially addition) have to convert the strings to numbers via the parseInt( ) or parseFloat( ) functions before performing the math. If you assign a number to a text field's value property, the browser automatically converts its data type to a string. |
|
| Example | |
document.forms[0].myText.value = "franken"; |
|
| Value | |
String. |
|
| Default | |
None. |
|
1121,Nickname,Homepage or email,Comments here,Add comment
