google frame detect using


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



Copy this code and paste it in your HTML
  1. var browser = $.browser.msie;
  2. if($.browser.msie){
  3. if(!$('div#placeholder').length){
  4. $('body').prepend("<div id='placeholder'></div>");
  5.  
  6. CFInstall.check({
  7. node: "placeholder",
  8. destination: "http://www.waikiki.com"
  9. });
  10. }//if
  11. }//if $.browser

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.