I'm using css to absolutly position a button over a <input name="browse" ID="browse" type="file"> Now I need some way to make it so that when you click that button it automatically clicks the browse button.
gph
2:38 pm on Apr 23, 2005 (gmt 0)
Half a solution, I believe click() is IE only.
For xbrowser try a search for "createEvent" and "initEvent"