Hi All,
I have an HTA application from with in which I am trying to open a File Browse or File Upload window. I am doing so with the following code:
<input type="file" name="F2" size="20" onchange='somefunction();' style ='display: none;'>
Later I call:
window.form1.f2.click();
This works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.