Google Chrome Frame - Detecting and Prompt Install


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

Must be inside tag


Copy this code and paste it in your HTML
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> </script>
  3.  
  4. <div id="placeholder"></div>
  5.  
  6. CFInstall.check({
  7. node: "placeholder",
  8. destination: "http://www.waikiki.com"
  9. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.