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
You could try: if(typeof window.pageXOffset=='undefined') {/*display link to IE user*/} Code (markup):