<html>
<head><title></title>
<script type="text/javascript">
function fncProductFile()
{
 document.Form.txtProductFile.click();
 document.Form.txtProductFileName.value=document.Form.txtProductFile.value;
}

</script>
</head>
<body>
<form name='Form'>
  
<input type='file' name='txtProductFile' size="15"style='cursor:hand;width:5px;filter:alpha(opacity=0);position:absolute;top:10px;left:40px'>
   <input type="Text" style="width:150px;" name="txtProductFileName" class='input' readOnly>
   <img style='cursor:hand' alt="파일찾기" src="/admin/images/bt_list02.gif" align="absMiddle" border="0" onclick="fncProductFile()">
</form>
</body>
</html>

- 테스트 해 본 결과 문제 없었음!

+ Recent posts