I need to invoke the Windows file dialog from my web page. From IE, I can hide on the page and then invoke from JavaScript using x.Click(), but this does not work in Netscape.
I can set focus to the input field, but Icannot seem to reference the button. Any tricks on how to make this work from Netscape 4.7?