I get the following code to work in FireFox but not in IE v8
When I examine it in the IE debugger, I can see that the code appears correct because when I put a watch on the statement it returns the current value.
Why would this line then not clear out the content?
Code:
document.getElementById('MyFile').value = ""
Why would this line then not clear out the content?
Comment