FireFox Javascript Console Tutorial

R

Roger

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
 
R

RobB

Roger said:
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

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

http://jsconsole.mozdev.org/index.html
 
T

Thomas 'PointedEars' Lahn

Roger said:
Anyone have any links for a good tutorial on the FireFox Javascript
Console?
Yes.

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")'.

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


HTH

PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top