hi all,
anybody know how to change form elemet property from type=file to type=text, below is the code related:
<form>
<input name=element1 type=file>
<input name-converter type=button onclick="javascript:...">
</form>
when i click on the button called 'converter', it will change the element type of element1 from "type=file" to "type=text".
Is there anybody did this b4? Please help!
Thanks!
Fresh Guy