I have the following code in an HTA file:
<input type="text" size="50" name="Username" value="Username">
I would like to set the value for this input to be generated based
upon the value stored in a file. There is VBScript that runs in this
HTA that stores off this type of information and reads the file when
the form loads.
TIA