Jonas J�rgensen wrote: > jon wrote: > >> Is there an RFE already filed to implement the IE click behavior, or >> does Mozilla had an alternate way to do this? This is a very handy >> function that no standards cover, and not really covered by the DOM >> anyway. Especially useful for styling input type="file" fields. > > > Exactly what do you mean by "IE click behavior"? >
Sorry, I should have elaborated. In IE you can emulate the user clicking a button with the click() function. For instance, if you have an input type="file" form field. In IE I can do formName.formField.click() and the file browse window will come up. jon
