Return to Snippet

Revision: 18788
at October 8, 2009 09:05 by mware1205


Initial Code
<meta http-equiv="X-UA-Compatible" content="chrome=1"> to detect

and to prompt install
<body>
<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> </script>
 
<div id="placeholder"></div>

<script>
 CFInstall.check({
    node: "placeholder",
    destination: "http://www.waikiki.com"
  });
</script>
</body>

Initial URL
http://googlecode.blogspot.com/2009/09/introducing-google-chrome-frame.html

Initial Description
and check out http://code.google.com/chrome/chromeframe/developers_guide.html#Detecting_Google_Chrome_Frame

Initial Title
chrome frame meta tag

Initial Tags
ie

Initial Language
HTML