FireFox Javascript Console Tutorial

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger

    FireFox Javascript Console Tutorial

    Anyone have any links for a good tutorial on the FireFox Javascript Console?

    In particular, I am looking for information on the capabilities of the
    Evaluate box. (1) I can put multiple statements separated by ';'s on a
    single line into the box and have it evaluated, but I can not seem to
    put multiple lines into the box (or make it bigger so multiple lines
    will fit). (2) I would like to test a function from the current web-page
    by entering the function call in the Evaluate box, like 'MyFunc("A test
    string, 123")'.

    Roger
  • RobB

    #2
    Re: FireFox Javascript Console Tutorial

    Roger wrote:[color=blue]
    > Anyone have any links for a good tutorial on the FireFox Javascript[/color]
    Console?[color=blue]
    >
    > In particular, I am looking for information on the capabilities of[/color]
    the[color=blue]
    > Evaluate box. (1) I can put multiple statements separated by ';'s on[/color]
    a[color=blue]
    > single line into the box and have it evaluated, but I can not seem to[/color]
    [color=blue]
    > put multiple lines into the box (or make it bigger so multiple lines
    > will fit). (2) I would like to test a function from the current[/color]
    web-page[color=blue]
    > by entering the function call in the Evaluate box, like 'MyFunc("A[/color]
    test[color=blue]
    > string, 123")'.
    >
    > Roger[/color]

    Haven't installed this but it might be appropriate...



    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: FireFox Javascript Console Tutorial

      Roger wrote:
      [color=blue]
      > Anyone have any links for a good tutorial on the FireFox Javascript
      > Console?[/color]

      Yes.
      [color=blue]
      > In particular, I am looking for information on the capabilities of the
      > Evaluate box. (1) I can put multiple statements separated by ';'s on a
      > single line into the box and have it evaluated, but I can not seem to
      > put multiple lines into the box (or make it bigger so multiple lines
      > will fit). (2) I would like to test a function from the current web-page
      > by entering the function call in the Evaluate box, like 'MyFunc("A test
      > string, 123")'.[/color]

      You are looking for ContextMenu Extensions which includes JavaScript Panel:
      <http://piro.sakura.ne. jp/xul/_ctxextensions. html.en>


      HTH

      PointedEars
      --
      __
      2||i
      e -- this is to show the beauty of mathematics.
      -- Prof. Dr. rer. nat. habil. Dr.h.c. Hansjoachim Walther (1939-2005)

      Comment

      Working...