Hello Friends,
Can we simulate click event of Input File Control through Javascript - I want this for Firefox 3.5 browser ?
I have also tried with following code. Please let me know solution about this.
Thanks for helping me quickly in Advance.
Waiting for reply from Experts.
- PARAG BHAVSAR
Can we simulate click event of Input File Control through Javascript - I want this for Firefox 3.5 browser ?
I have also tried with following code. Please let me know solution about this.
Code:
<pre>
<a id="myobj" href="#" onclick="document.getElementById('test').click();
">Click me</a>
<input type="file" id="test" name="test" >
</pre>
Waiting for reply from Experts.
- PARAG BHAVSAR
Comment