forum

Home / DeveloperSection / Forums / How can we remove address bar of browser

How can we remove address bar of browser

Rajesh Goswami 3323 29-Oct-2010
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

Updated on 20-May-2011

Can you answer this question?


Answer

1 Answers

Liked By