Michael A. Puls II wrote:
Anyway, the use case for .value is:

...
        <p>File to attach: <p>
        <p><input type="file"
onchange="document.getElementsByTagName('p')[0].innerHTML +=
this.value;"></p>
...

How is that a use case? Please explain why outputting the value of the control in an adjacent paragraph is useful at all and why authors would do it. The value is visible in the control itself, so that seems unnecessary.

--
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Reply via email to