Plumtree UI Infrastructure API  
 

HTMLElement.SetIsNetscape Method 

This method sets whether or not the browser is Netscape. Certain HTMLElements will display differently on Netscape versus other browsers. This can only be used on a top-level HTMLElement (usually an HTMLPage).

public virtual void SetIsNetscape(
   bool b
);

Parameters

b
boolean true implies the browser is Netscape

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace