ZPY博客

IE9下载框在画面后面

加上延迟处理即可

<script type="text/javascript"> 
window.onload=function(){ 
  setTimeout("top.focus();", 500); 
} 
</script>