iframes and popunders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • medicatedghost
    Confirmed User
    • Jan 2012
    • 209

    #1

    iframes and popunders

    its been sometime since I coded webpages so I am not upto speed on what firefox has for the equivalent to iframes and popunders.

    Specifically I am looking for code that uses the appropriate script when its IE and when its firefox. Any leads to a thread or other code forums would be welcomed along with actual snippets.

    thanks
    Medicated Ghost
    Just a lowly webmaster trying to start (over) and if you could see to it that I got a fair shake from your algorithms - I'd be VERY happy to sign up with you and work my ass off producing pages that sell your product...........i can make a living with only a portion getting shaved off of my checks
    google voice: (four-two-four) 210-7676
    gmail: harry90717 @
    twitter: uses gmail account
    ICQ: 643932783
  • u-Bob
    there's no $$$ in porn
    • Jul 2005
    • 33063

    #2
    like this?

    if (navigator.userAgent.match(/foobar/i) {
    dostuff;
    }

    Comment

    • medicatedghost
      Confirmed User
      • Jan 2012
      • 209

      #3
      thank you.
      Just a lowly webmaster trying to start (over) and if you could see to it that I got a fair shake from your algorithms - I'd be VERY happy to sign up with you and work my ass off producing pages that sell your product...........i can make a living with only a portion getting shaved off of my checks
      google voice: (four-two-four) 210-7676
      gmail: harry90717 @
      twitter: uses gmail account
      ICQ: 643932783

      Comment

      Working...