This method of the InternetExplorer class shows or hides the Microsoft® Internet Explorer object's address bar.
public native void setAddressBar(boolean Value);
Value | Boolean expression that determines whether the address bar is visible. If TRUE, the address bar is visible; if FALSE, it is hidden. The default value is TRUE. |