IE6 browser warning


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



Copy this code and paste it in your HTML
  1. var $buoop = {}
  2. $buoop.ol = window.onload;
  3. window.onload=function(){
  4. if ($buoop.ol) $buoop.ol();
  5. var e = document.createElement("script");
  6. e.setAttribute("type", "text/javascript");
  7. e.setAttribute("src", "http://browser-update.org/update.js");
  8. document.body.appendChild(e);
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.