码迷,mamicode.com
首页 > Web开发 > 详细

js弹出放大图

时间:2015-06-12 06:23:23      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

<script type="text/javascript">
            function openpic(url){
                OpenWindow = window.open("",‘newwindow‘,‘height=800,width=500,top=200,left=400,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no‘) ;
                OpenWindow.document.write("<HTML><TITLE>大图</TITLE>")
                OpenWindow.document.write("<BODY BGCOLOR=#ffffff>")
                OpenWindow.document.write("<img src="+url+" width=500 height=600>")
                OpenWindow.document.write("</BODY>")
                OpenWindow.document.write("</HTML>")
                OpenWindow.document.close()
            }
</script>

 

js弹出放大图

标签:

原文地址:http://www.cnblogs.com/thinksasa/p/4570626.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!