Return to Snippet

Revision: 22162
at January 4, 2010 15:14 by loric


Initial Code
	var $buoop = {} 
$buoop.ol = window.onload; 
window.onload=function(){ 
 if ($buoop.ol) $buoop.ol(); 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "http://browser-update.org/update.js"); 
 document.body.appendChild(e); 
}

Initial URL


Initial Description


Initial Title
IE6 browser warning

Initial Tags
textmate, browser, ie6

Initial Language
Other