Wednesday 3 April 2013

how to open a new window in javascript for ever browser

mywindow = window.open("Default.aspx", "mywindow", "location=1,status=1,scrollbars=1, width=580,height=600,screenX=300,screenY=300");
                        mywindow.moveTo(100, 20);

No comments:

Post a Comment