How do i set the contents of a text box to be a variable outside of a form. The below line is the input that i wish to set the varible to. I have tried document.phone.value, but get an 'object does not support this property error'.
<input type="text" name=phone>
<input type="button" name="button" value="Submit" onclick="writefileData()"></td>
Thanks,
Micah A. Norman
<input type="text" name=phone>
<input type="button" name="button" value="Submit" onclick="writefileData()"></td>
Thanks,
Micah A. Norman