| Overview | Index | GodLikeMouse AJAX JavaScript Framework 2.5 |
| FRAMES | NO FRAMES |
GLM.DOM.isMozilla
Boolean variable for determining if the client browser is Mozilla.
Returns:
True if the client browser is Mozilla, otherwise false
Example:
if(GLM.DOM.isMozilla){
alert("You're using Mozilla");
}
| Overview | Index | GodLikeMouse AJAX JavaScript Framework 2.5 |
| FRAMES | NO FRAMES |