<html> <head> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <title>Exported from Notepad++</title> <style type="text/css"> </style> <script type ="text/javascript"> var dd; window.onload = function (){ dd = document.getElementById("cc"); ee = document.getElementById("aa"); } function vv(event){ var target = event.srcElement||event.target; dd.value = target.value; } function dianji(){ ee.click(); } </script> </head> <body> <div id="Search"> <input type=file name=browse style="display:none" id ="aa" onchange = "vv(event)"/> <input type="text" id="cc" /> <div class="buttonstyle"><input type=button class="dianji" style="" value="点击" onclick ="dianji()"></div> </div> </body> </html>