Link to home
Start Free TrialLog in
Avatar of VapiSoft
VapiSoft

asked on

window.open child window hide address bar

Hi,

I want to open a child window from JavaScript.
I have
 new_window=window.open(url,name,'toolbar=no,location=no,width='+w+',height='+h+',scrollbars=1',',left=' + centerWidth+',top='  + centerHeight);

But I still see the address bar!
Why?
ASKER CERTIFIED SOLUTION
Avatar of acbxyz
acbxyz
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial