如何打开动画弹出窗口 [英] How to open an animate popup window

查看:70
本文介绍了如何打开动画弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I opened a pop up window using javascript :
The javascript function is here
 <script type="text/javascript">
        function strgetOperation() {
            var a = $("[id$='txtOperation']").val();
            window.open("Reports/Smt_ThreadConsumptonReportWindow.aspx?Names=" + a + "", "mywindow", "status=1,toolbar=1, width=900px, height=600px,left=250,top=100");
         }
         </script>
I want this new window will be opened center but it comes from right side of the screen. Actually I want to give it
some animate effect. Please help me.

推荐答案

([id


='txtOperation']) .VAL();
window.open(Reports / Smt_ThreadConsumptonReportWindow.aspx?Names =+ a +,mywindow,status = 1,toolbar = 1,width = 900px,height = 600px,left = 250,top = 100\" );
}
< / script >
我希望这个新窗口将打开中心,但它来自屏幕的右侧。其实我想给它
一些动画效果。请帮助我。
='txtOperation']").val(); window.open("Reports/Smt_ThreadConsumptonReportWindow.aspx?Names=" + a + "", "mywindow", "status=1,toolbar=1, width=900px, height=600px,left=250,top=100"); } </script> I want this new window will be opened center but it comes from right side of the screen. Actually I want to give it some animate effect. Please help me.


尝试点击www.inulite.in底部的快速联系链接,然后关闭此弹出窗口以查看动画。这对你有用吗?
Try to click on quick contact link at the bottom of www.inulite.in then close this popup to see animation. Will this work for you?


这篇关于如何打开动画弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆