其实使用一个非模式对话框模拟出alert对话框的效果,代码如下——

<script   language="JavaScript">   
var   aaa   
function   test()   
{   
aaa=if0.showModelessDialog("javascript:alert();window.close();","","status:no;resizable:no;help:no;dialogHeight:30px;dialogWidth:40px;");   
setTimeout("if0.location.reload();",1000);   
    
}   
</script>   
<iframe   style="display:none"   name=if0   ></iframe>   
<input   type="button"     value="弹出alert框,一秒后自动关闭;"   onClick="JavaScript:test()">   
</form>

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
相关资源
相似解决方案