Return to Snippet

Revision: 1506
at October 12, 2006 14:29 by roberocity


Initial Code
if (typeof document.body.style.maxHeight != "undefined") {
// IE 7, mozilla, safari, opera 9
} else {
// IE6, older browsers
}

Initial URL


Initial Description


Initial Title
Browser Detection - IE 7

Initial Tags


Initial Language
JavaScript