Click here to Skip to main content
15,918,333 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
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.
Posted

1 solution

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?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900