Google Chrome Frame - Detecting and Prompt Install
Must be inside tag
Copy this code and paste it in your HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> </script>
CFInstall.check({
node: "placeholder",
destination: "http://www.waikiki.com"
});
Report this snippet
Comments
Subscribe to comments