/ Published in: HTML
URL: http://googlecode.blogspot.com/2009/09/introducing-google-chrome-frame.html
and check out http://code.google.com/chrome/chromeframe/developersguide.html#DetectingGoogleChromeFrame
Expand |
Embed | Plain Text
<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>
You need to login to post a comment.
