/ Published in: HTML
and check out http://code.google.com/chrome/chromeframe/developers_guide.html#Detecting_Google_Chrome_Frame
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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> <script> CFInstall.check({ node: "placeholder", destination: "http://www.waikiki.com" }); </script> </body>
URL: http://googlecode.blogspot.com/2009/09/introducing-google-chrome-frame.html