firefox 2.0.0.7 blocking javascript functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumaiya
    New Member
    • Apr 2007
    • 43

    firefox 2.0.0.7 blocking javascript functions

    The javascript functions which are fine in firefox 1.0.2 are not being called in firefox 2.0.7. I hve javascript enabled and hve also checked "config:abo ut".

    Can you please tell me the changes in the firefox 2.0.0.7 regarding javascripts and related security features
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    hi ...

    please show the code that is not working ...

    kind regards

    Comment

    • sumaiya
      New Member
      • Apr 2007
      • 43

      #3
      [CODE=javascript]function ExecuteCommand( devType, devId, opId, param1, param2, param3)
      {
      //alert("ExecuteC ommand " + m_devOperatedSt r +'&param1='+dev Type+'&param2=' +devId+'&param3 ='+opId+'&param 4='+param1+'&pa ram5='+param2)
      parent.CommandF rame.location.h ref=m_devOperat edStr +'&param1='+dev Type+'&param2=' +devId+'&param3 ='+opId+'&param 4='+param1+'&pa ram5='+param2
      }[/CODE]
      here this function is giving errors
      Last edited by gits; Oct 17 '07, 10:21 AM. Reason: added code tags

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        what errors do you get? what is m_devOperatedSt r at the time of execution?

        kind regards

        Comment

        Working...