博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

popup javascript

Posted on 2012-10-23 17:02  木头人Ricky  阅读(312)  评论(0编辑  收藏  举报
<script type="text/javascript"> 
    if (window.location.href.toLowerCase() == "file:///C:/Users/Ricky/Desktop/temp/index.html".toLowerCase() || window.location.href.toLowerCase() == "file:///C:/Users/Ricky/Desktop/temp/index.html".toLowerCase()) { 
        window.open("C:/Users/Ricky/Desktop/temp/popub.html?EndTime=2012/10/23 16:55:30", 'popUpWindow', 'height=400,width=700,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no');
    }
</script>