IE & OPERA javascript tools

G

Grzegorz ¦lusarek

Hi everyone. I'm looking for javascript tools for web browser like IE
and OPERA. I want find something like javascript shell
http://www.squarefree.com/shell/shell.html for IE and OPERA. Does anyone
know about something like that?
or something like FF javascript console under IE (always wanted how IE
execute javascript).
thanks for any help
Gregor
 
T

Thomas 'PointedEars' Lahn

Grzegorz said:
[...] I'm looking for javascript tools for web browser like IE and OPERA.

Opera is not an acronym. Don't SHOUT.
I want find something like javascript shell
http://www.squarefree.com/shell/shell.html for IE and OPERA.
Does anyone know about something like that?

JavaScript Shell 1.4 works in Opera/8.52 (X11; Linux i686; U; en), and there
is no apparent reason why it would not work in IE (in fact, its source code
includes support for the IE event model). Maybe you are confusing the
Shell and the Shell _Bookmarklet_, where only the latter is said to be
"Firefox only".

or something like FF javascript console under IE (always wanted how IE
execute javascript).

<FAQENTRY>

Microsoft Script Debugger

Download:
<URL:http://msdn.microsoft.com/downloads/list/webdev.asp>

Documentation:
<URL:http://msdn.microsoft.com/library/en-us/sdbug/Html/sdbug_1.asp>

</FAQENTRY>

AFAIK there is not script debugger for Opera, but it has a "JavaScript
console". And `javascript:' in the address bar works in almost all UAs
(the only exception I know of is Konqueror, and probably Safari too,
where you need data:text/html,<script type="text/javascript">...</script>
[RFC2397]).


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

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