click() not working on FireFox

Posted by T-joe on Stack Overflow See other posts from Stack Overflow or by T-joe
Published on 2010-05-14T15:00:48Z Indexed on 2010/05/14 15:04 UTC
Read the original article Hit count: 86

Filed under:
function attachFile(){ document.getElementById("file").click(); return; }

Attach File

I've written like this and it's working on IE but not working on FireFox

© Stack Overflow or respective owner

Related posts about JavaScript