Hi to all!
I have different objects in my page, such as text boxes, check boxes, file input and text areas.
I know that to enter a default value in the text box I use the value property. But, which is the name of the property to set the default value in the textarea and in the file input?
Thanks,
Nicolas
I meant <input type="file" name="xyz" value="input.txt" />
But as mentioned: this isn't anymore (I know what files I would set as default-values - of course only if I would be evil-volka )