弹出小窗体

来源:互联网 发布:淘宝买处方药药师回拨 编辑:程序博客网 时间:2024/05/01 22:49

 最新通知:<a href="javascript:openWindow('Message.aspx',400,260);" style="color: Black"><%=mTitle %></a>

 

<script type="text/javascript" language="javascript">
    function openWindow(URL,width,height)
    {
        window.open(URL,'','width='+width+',height='+height+',top='+(screen.height-height)/2+',left='+(screen.width-width)/2);
    }

    </script>

原创粉丝点击