파일업로드 버튼 이미지로 바꾸기

<HTML>
<HEAD>
</HEAD>
<BODY>

<input type=file name='fileup1' style='display: none;' height=15>

<TABLE>
<TR>
<TD>
<input type='text' name='fileup2' id='fileup2' height=15>
</TD>
<TD><img src='http://oxtag.com/html/img/fileup.gif' name='find' id='find' border='0' onclick='document.all.fileup1.click(); document.all.fileup2.value=document.all.fileup1.value' style="cursor:hand;" align=middle>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>

    펌 - http://suldo.zotta.net/

Posted by 알 수 없는 사용자
,