Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES

GLM.DOM.isInternetExplorer

GLM.DOM.isInternetExplorer

Boolean variable for determining if the client browser is Internet Explorer.

Returns:

True if the client browser is Internet Explorer, otherwise false

Example:

if(GLM.DOM.isInternetExplorer){
    alert("You're using IE");
}



Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES