not working in mozilla

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brettokumar
    New Member
    • Jul 2008
    • 31

    not working in mozilla

    hi
    in my application im creating a html editor
    cmdExec() functions are working very well in IE

    but this commands are not working in mozilla firefox

    instead of this wat i hav to use
    plz share ur knoledge
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    what commands do you want to have executed?

    Comment

    • brettokumar
      New Member
      • Jul 2008
      • 31

      #3
      like this command

      i need to execute command like this
      cmdExec('bold') ;

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Use execCommand(). It seems to be well-supported across modern browsers.

        Comment

        Working...