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