Posted By:
4javascript_forjavascript
Posted On:
Monday, May 4, 2009 04:58 AM
I am using 'window.open' function to open a new window .
But the new window has scroll bars in safari browser.But i don't want scroll bars displayed unnecessarily .
Right now i am using the following code
window.open(URL,"myWindow",'status=1,height=480,width=950,resizable=1,scrollbars=no');
This scrollbars feature is working fine in IE and Firefox but not working in Safari.
So please help me to solve this problem.Any code snippet will be more helpfull.
Thanks ,
Raj