How do I verify version?

J

Jane

I need to find out what version of Javascript I'm running. I think
(not sure) it's 1.6. If that's the case then I need to downgrade it
to 1.5.

I work from home and my company wants me to do something that needs
ver 1.5 or higher, but not 1.6. Why? Who knows.

I'd appreciate some help.
 
E

Evertjan.

Jane wrote on 19 aug 2008 in comp.lang.javascript:
I need to find out what version of Javascript I'm running. I think
(not sure) it's 1.6. If that's the case then I need to downgrade it
to 1.5.

I work from home and my company wants me to do something that needs
ver 1.5 or higher, but not 1.6. Why? Who knows.

Slavery and programming do not go well together.

If they consider you to be the expert, they should act accordingly.

Or is this a school assignment?
 
D

Dr J R Stockton

In comp.lang.javascript message <5178047f-aba6-4e5a-8b41-3fa12fa40127@a7
0g2000hsh.googlegroups.com>, Tue, 19 Aug 2008 06:51:34, Jane
I need to find out what version of Javascript I'm running. I think
(not sure) it's 1.6. If that's the case then I need to downgrade it
to 1.5.

I work from home and my company wants me to do something that needs
ver 1.5 or higher, but not 1.6. Why? Who knows.

I'd appreciate some help.

If it is IE, see <URL:http://www.merlyn.demon.co.uk/ks-versn.htm#SID>.


Safari is 3.1.2.
 
J

Jane

Jane wrote on 19 aug 2008 in comp.lang.javascript:



Slavery and programming do not go well together.

If they consider you to be the expert, they should act accordingly.

Or is this a school assignment?

No, not a school assignment. There is an online training course that
I have to take. It's a total waste of time but I have no choice. In
order for everything to work properly I need Javascript 1.5.

Anyway, back to the original question. How can I tell what version I
have?
 
R

refreshmeat

I need to find out what version of Javascript I'm running.  I think
(not sure) it's 1.6.  If that's the case then I need to downgrade it
to 1.5.

I work from home and my company wants me to do something that needs
ver 1.5 or higher, but not 1.6.  Why?  Who knows.

I'd appreciate some help.

http://projectip.com/

Will tell you which version of JavaScript your browser supports under
the scripting/plugins section.
 
T

Thomas 'PointedEars' Lahn

http://projectip.com/

Will tell you which version of JavaScript your browser supports under
the scripting/plugins section.

It would have to do that using User-Agent (browser) sniffing, a method known
to be unreliable at best.

And "Does not work in Internet Explorer on Windows due to a deficient
implementation of Javascript." under "Plugins" is just hilarious. (JFTR:
IE/MSHTML implements Microsoft JScript, not _JavaScript_, and this feature
is not part of the programming language but provided by the user agent's
object model API.)


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

Forum statistics

Threads
474,141
Messages
2,570,813
Members
47,357
Latest member
sitele8746

Latest Threads

Top