I am using Window.open function for the open child window I want to hide address bar from child window, can you tell me how can I hide the child window address bar. I have mentioned below function that I am using.
window.open("http://www.google.com", "Title", 'toolbar=0,addressbar=no,menubar=no,location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no');