Dang, never thought about that. And it works!!

Awesome! 

Thanks Jon

>>> [EMAIL PROTECTED] 12/31/02 01:54PM >>>
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to