Does anybody know of a good site listing Javascript/JScript equivelants?

N

Nathan Sokalski

I am looking for a reference that lists the equivelant JavaScript/JScript
properties (for example, it took me a while to find that event.x/event.y
were the IE equivelant of event.layerX/event.layerY). If anybody knows a
good site that lists the corresponding properties between the different
JavaScript implementations for different browsers, I would like to know.
Thanks.
 
D

David Mark

I am looking for a reference that lists the equivelant JavaScript/JScript
properties (for example, it took me a while to find that event.x/event.y
were the IE equivelant of event.layerX/event.layerY). If anybody knows a

They cannot be considered reliable equivalents. In fact, as noted in
a reply to your other post, both should be avoided. Also, these are
not properties defined by JavaScript/JScript.
good site that lists the corresponding properties between the different
JavaScript implementations for different browsers, I would like to know.

If you want information about DOM variations, see quirksmode.org.
 
N

Nathan Sokalski

OK, maybe I didn't use the best example or wording, but I think everyone
knew what I was looking for. If you want me to rephrase the question, how
about this: Does anybody know of a good site to use when translating
properties between those used by the scripting implementations of different
browsers?
 
D

David Mark

OK, maybe I didn't use the best example or wording, but I think everyone
knew what I was looking for. If you want me to rephrase the question, how

I think I managed to guess what you were looking for.
about this: Does anybody know of a good site to use when translating
properties between those used by the scripting implementations of different
browsers?

You are looking for variations in DOM implementations. I answered
this question in the previous reply.
 

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
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top