| Author: Miss Meetu Choudhary 17 Oct 2008 | Member Level: Diamond | Rating:  Points: 2 |
you can go with the following java code to open a child window without the titlebar no scrollbars u can specify width and height as your own choice and can tell the location using top and left to display the window you can decrease the parameters according to your need
window.open('pageurl','popuppage','scrollbars=no,width=400,height=400,resizable=no,left=500,top=260,toolbar=no,titlebar=no');
== Thanks and Regards Meetu Choudhary
Thanks and Regards Miss Meetu Choudhary (Site Coordinator) Go Green Save Green My Profile on Google
|