473,768 Members | 2,322 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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.
--
Nathan Sokalski
nj********@hotm ail.com
http://www.nathansokalski.com/
Oct 17 '07 #1
5 1509
On Oct 16, 9:04 pm, "Nathan Sokalski" <njsokal...@hot mail.comwrote:
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.

Oct 17 '07 #2
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?
--
Nathan Sokalski
nj********@hotm ail.com
http://www.nathansokalski.com/

"David Mark" <dm***********@ gmail.comwrote in message
news:11******** *************@i 38g2000prf.goog legroups.com...
On Oct 16, 9:04 pm, "Nathan Sokalski" <njsokal...@hot mail.comwrote:
>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.

Oct 17 '07 #3
On Oct 16, 10:12 pm, "Nathan Sokalski" <njsokal...@hot mail.comwrote:
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.
Oct 17 '07 #4
Are you sure this question on-topic for all the newsgroups you cross-posted
to?

"Nathan Sokalski" <nj********@hot mail.comwrote in message
news:OF******** ******@TK2MSFTN GP03.phx.gbl...
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?
--
Nathan Sokalski
nj********@hotm ail.com
http://www.nathansokalski.com/

"David Mark" <dm***********@ gmail.comwrote in message
news:11******** *************@i 38g2000prf.goog legroups.com...
>On Oct 16, 9:04 pm, "Nathan Sokalski" <njsokal...@hot mail.comwrote:
>>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.


Oct 17 '07 #5
This page has a reference guide for supported level 0 DOM commands with
notes on browser support. http://www.dannyg.com/ref/jsquickref.html .

"Nathan Sokalski" <nj********@hot mail.comwrote in message
news:u$******** ******@TK2MSFTN GP04.phx.gbl...
>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.
--
Nathan Sokalski
nj********@hotm ail.com
http://www.nathansokalski.com/
Dec 1 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5562
by: Reena | last post by:
Hi, private void Page_Load(object sender, System.EventArgs e) { System.Text.StringBuilder strBuilder = new System.Text.StringBuilder(); strBuilder.Append ("<script language=JavaScript> "); strBuilder.Append ("<!--"); strBuilder.Append ("var intWidth = window.screen.availWidth - 40;"); strBuilder.Append ("var intHeight = window.screen.availHeight - 60;"); strBuilder.Append ("var strHrf;");
2
5385
by: Dot net work | last post by:
Hello. If I use an asp.net custom validator control to validate a textbox, what I find is that if I enter in some text that I have already entered and validated in a previous session (you know when you start typing inside a textbox, you see things that have already been typed before), then when I click off the textbox, the custom validator client side jscript does not run. I really need the custom jscript validator code to run...
5
288
by: Shapper | last post by:
Hello, I know this has nothing to do with ASP.Net but since I know people in this forum know a lot about programming maybe someone knows this: Does anyone know a good javascript forum? I need to get some help on a preload images function. Thank You, Miguel
30
4659
by: mistral | last post by:
Neeed good javascript unescape encoder, to protect javascript code. Some advices? Online tool, or ready javascript only. Any opinions about the Javascript Obfuscator: http://www.javascript-source.com/
3
1546
by: richard | last post by:
OK, Im working with a DataList in .Net 2.0, the code shows the list when the query has executed. I have the page feature in its own div and display:none so its not visible until the list shows. Ive written javascript in ASP.Net to show the DIV. The code is as follows: jScript = "<script LANGUAGE=""javascript"">" & vbNewLine jScript = jScript & "function ToggleDiv(id){" & vbNewLine
6
1798
by: raoul | last post by:
MSIE 6.0 apparently does not support protyping with objects created with document.createElement, while Firefox does. I tested it by typing it into the adress bar, but it also appears to be the case for code embedded in a HTML document. Here's a simple segment of code to demonstrate the difference: javascript: function myObj(){};myObj.prototype = document.createElement('a'); var x = document.createElement('a'); var y=new myObj(); var...
18
2472
by: damezumari | last post by:
I would like to know how many of the visitors to my site has js enabled and how many has it turned off. I haven't found a simple solution searching Google groups so I suggest the following using php and mysql: Create a table mc_jscount table in mysql with two fields nonjs (int) and js (int). Create one record with nonjs and js set to zero. Put this code at the top of your page:
14
3492
by: webEater | last post by:
I have a problem, it's not browser specific, and I don't get a solution. I have an (X)HTML document, I show you a part of it: .... <!--<div class="pad">--> <div id="eventImages"><img src="" id="eventImage0" class="eventImage"><img src="" id="eventImage1" class="eventImage"></div>
13
3559
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains some javascript code that calls window.open. I pass the resource url of page B to Page A's window.open call. Page B is then loaded and executed but none of the server-side code is rendered. If I view the source of the page, the code (and page...
0
9576
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9407
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10175
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9843
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6656
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5283
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5425
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3932
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2808
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.