Browser Detection - IE 7


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if (typeof document.body.style.maxHeight != "undefined") {
  2. // IE 7, mozilla, safari, opera 9
  3. } else {
  4. // IE6, older browsers
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.