87,997
社区成员




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
window.onload=(function(){
});
</script>
</head>
<body>
<input type="text" name="CompanyName" class="ipt-t ipt-t-dft" maxlength="100" />
<input type="file" name="upFile" id="upFile" onchange="CompanyName.value = this.value;" />
<div onclick="this.click=upFile.click();" class="btn btn-dft btn-dft-impt">
<span>dddd</span>
</div>
</body>
</html>