Doesn't execute Javascript when called using ajax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • perdeepOsingh
    New Member
    • Aug 2008
    • 8

    #16
    Originally posted by acoder
    The reg. exp. looks OK, but why are you using browser detection?
    I am using browser detection because I don't want to run this bit of code for other browser as on other browser there was no problem so I don't wanted to do anything unnecessary. I want to make sure just to fix this bug without creating ripple in other things.

    Cheers

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #17
      You should avoid browser detection if at all possible. See why. If the code works in other browsers too, then use it in all browsers.

      Comment

      Working...