Only in IE because of it's support for the click() method on anything.
You  have to create a hidden input type file, and a normal button and
textbox...

<input type="file" name="nameFile" onchange="this.form.nameText.value=this.value" 
style="display:none;">
<input type="button" name="nameButton" value="Browse" 
onclick="this.form.nameFile.click()">
<input type="text" size="70" name="nameText">


-- 
jon
mailto:[EMAIL PROTECTED]

Tuesday, December 31, 2002, 12:52:34 PM, you wrote:

RBA> Is there anyway to assign a class file to the BROWSE button
RBA> on an input type of FILE?

RBA> Maybe you can and I am just not with it today to find out how.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to