日期:2014-05-17  浏览次数:20818 次

如何将上传文件按纽“浏览”,这两个字改成英文 "Brow"在线等,急!!!!
在表单中添加一个上传文件域,默认按纽有一个 "浏览 ",我现在做的是英文版的,如何将 "浏览 "改成   "Brow ".在线等,急!!!!

------解决方案--------------------
IE下:

<input type= "file " id= "myFile " style= "display:none ">
<input type= "text " id= "tempFile ">
<input type= "button " value= "Brow " onclick= "document.getElementById( 'myFile ').click();document.getElementById( 'tempFile ').value=document.getElementById( 'myFile ').value ">