function change()
{
document.p_form.filename.value=document.p_form.photo.value;
}
<input type="text" name="filename" size="30" class="orange">
<span style='overflow:hidden; width:72; height:22;background-image:url(images/btn_photo.gif);'>
<input type="file" name="photo" size="30" style='width:0; height:19; filter:alpha(opacity=0);'
onChange="javascript:change()">
</span>
출처 : http://taeyo.pe.kr/threadboard/Content.asp?table=Board_Asp&seqs=132803&page=1&IsSearch=true
728x90
'Carpe Programming > javascript' 카테고리의 다른 글
[javascript] 업로드 파일 확장자 및 용량 체크 (0) | 2011.08.27 |
---|---|
[modalDialog] 모달 팝업 (0) | 2011.08.27 |
jquery plugin site (0) | 2011.07.18 |
[jQuery] jQuery Form Plugin을 이용한 File Upload (0) | 2011.07.15 |
[jQuery] jQuery를 이용한 검색 자동완성 기능 (0) | 2011.07.15 |