如何讓上傳附件的按鈕變成英文

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>zhuqiaodou</title>
<script>
function $(id){
return document.getElementById(id);
}

</script>
<style>
#file_id{ position:absolute; z-index:12; filter:alpha(opacity:0); opacity:0;}
</style>
</head>

<body>
<input type="file" id="file_id" />
<input type="text" id="txt_id"  />
<input type="button" id="btn_id"  value="假瀏覽" />
</body>
</html>php

來源:http://www.zhuqiaodou.com/forum.php?mod=viewthread&tid=87&extra=page%3D1html

相關文章
相關標籤/搜索