Javascript to show Firefox referrals to IE users only?

Discussion in 'JavaScript' started by LevaCygnet, Dec 28, 2007.

  1. #1
    I can find lots of examples of code to show adsense firefox referrals to IE only in PHP. (with something else inserted in place of the firefox referral to firefox users.) Anyone got an example of this in Javascript? I know there's some out there, and I can't find 'em.

    Need Javascript for this application.

    -- Leva
     
    LevaCygnet, Dec 28, 2007 IP
  2. Logic Ali

    Logic Ali Well-Known Member

    Messages:
    170
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #2
    You could try:
    if(typeof window.pageXOffset=='undefined')
     {/*display link to IE user*/}
    
    Code (markup):
     
    Logic Ali, Dec 28, 2007 IP