求高手解惑IE中 input type="file" 的onchange 事件不能触发,代码如下:
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>无...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <form method="post" action="http://localhost/" enctype="multipart/form-data"> <input type="button" value="请选择文件" size="30" onclick="f.click()" /> <input type="file" id="f" onchange="this.form.submit()" name="f" size="4" /> </form> </body> </html> 直接点击浏览可以触发,但是通过上面的button就不能触发,火狐可以。求解惑...
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询