Chinaunix
标题:
动态图片失效在IE下,firefox下是好的
[打印本页]
作者:
chenxiam
时间:
2008-10-16 16:18
标题:
动态图片失效在IE下,firefox下是好的
小弟想做个提交按钮,提交后马上出现一张进度条,但由于有时通过submit形式提交的,所以gif不动了,而在firefox下是好的:
<div id="upload" style="display:none"> <img src="images/progressbar.gif"> </div>
<input name="filename" type="file" /> <input type="submit" name="upload" value="Upload Image" onClick="document.getElementById('upload').style.display='block';" />
作者:
99wed
时间:
2008-10-28 18:09
onClick="“执行脚本时会有gif不动的情况发生
我也遇到过
作者:
tomorrow819
时间:
2008-11-03 18:00
如果业务忙的话界面就暂时的死掉了,所以动画动不起来,FF可以显示是因为它的效率比IE高
作者:
sunceenjoy
时间:
2008-11-06 10:39
可以考虑把结果提交到隐藏的iframe里面看看
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2