当前位置: 代码迷 >> ASP >> 怎么将上传文件按纽“浏览”,这两个字改成英文 "Brow"
  详细解决方案

怎么将上传文件按纽“浏览”,这两个字改成英文 "Brow"

热度:301   发布时间:2012-02-11 09:51:35.0
如何将上传文件按纽“浏览”,这两个字改成英文 "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 ">
  相关解决方案