嗨,我有一个问题,我有这个按钮的代码,这是建议显示它的.pptx它的代码工作在铬,但它不在IE8,它让我尝试下载一个压缩文件…请帮帮我!
<button onclick="location.href=('EDTUserManual.pptx');" onmouseover="document.body.style.cursor='hand';" onmouseout="document.body.style.cursor='default';" style="background:url(images/midpattern.gif); background:repeat; border:#036"><font color="#FFFFFF" size="1"><strong>User Manual</strong></font></button>发布于 2012-12-05 07:18:09
尝试向按钮添加一个值。如下所示:
value="submit"https://stackoverflow.com/questions/13710602
复制相似问题