| 
 Posted by Jonathan N. Little on 11/28/07 15:04 
lale.kat@gmail.com wrote: 
> Hi.I want to change the text of browse button in file upload control 
> in firfox,for example insted of being "browse" be "upload file", how 
> can I do that? 
> Is it possible ?I found a code that only works  in IE but it doesent 
> work in fireFox, I want to work in both of them. 
>  
 
<snip javascript hack> 
 
Good Firefox! Anyway what happens if the user has JavaScript disabled?  
What not use the dependable recommended method? 
 
<label for="MyFile">Upload File: </label> 
<input type="file" name="myFile" id="myFile"> 
 
--  
Take care, 
 
Jonathan 
------------------- 
LITTLE WORKS STUDIO 
http://www.LittleWorksStudio.com
 
[Back to original message] 
 |