<style type="text/css"><!--.oyh { width: 30px; border: 10px; height: 22px;}--></style></head><script language=javascript>function f(){if(this.form1.file1.value!=""){ this.form1.aaa.value=this.form1.file1.value;}}</script><body><form name="form1"><input type="text" name="aaa"><input name="file1" type="file" class="oyh" onMouseOut="javascript:f()"></form>

评论