Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Today a Web page partner asked me a question, I think carefully, and help him to solve! is about modifying the upload file in the "Browse" button, so that the Web page of the form more features!
Here are the source of the 2 methods:
One: (Replace the browse key with a picture)
<input type= "file" name= "AA" onchange= "Document.all.bb.value=this.value" style= "Display:none" >
<input type= "text" name= "BB" >
<img src= "" onclick= "Document.all.aa.click ()" >
Two: (Change the Browse key to other text)
<input type= "file" id= "AA" onchange= "Bb.value=this.value" style= "Display:none" >
<input type= "text" id= "BB" >
<input type= "button" id= "Btn1" onclick= "Aa.click ();" Value= "2Guys Collection Station" >
Hope that these 2 simple code written by themselves can help more people in need!