I am trying to remove address bar of browser from javascript. I am writing the following code window.open('newWindow.aspx', 'new', 'width=' + width + ', height=' + height + ', toolbar=no,location=0, left=' + left + ',top=' + top + 'screenX=' + left + ',screenY=' + top + ', directories=no, menubar=no,scrollbars=no,resizable=no, status=no');
please help, Thanks in advance.
A
amitrajahuja
@amitrajahuja
Posts
-
How can we remove address bar of browser