473,387 Members | 1,282 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Mozilla JavaScript Code

Is there any documentation or reference for the Mozilla web browsers.
Some of my older Netscape code doesnt work and the IE code
still doesnt work :(.

Thanks
~Todd
Jul 20 '05 #1
2 1811
Todd Beauchemin wrote:
Is there any documentation or reference for the Mozilla web browsers.
Some of my older Netscape code doesnt work and the IE code
still doesnt work :(.


NG FAQ at
http://www.jibbering.com/faq/
http://www.jibbering.com/faq/#FAQ3_2
lists links for Gecko DOM Reference.

W3C at
http://www.w3.org/
for viewing and downloading DOM and CSS recommendations if you don't
already have them. Suggest CSS1, CSS2, DOM1 and DOM2. Mozilla project is
based on W3 standards and may assume you are familiar with them.

See also Mozilla
http:/www.mozilla.org
http://www.mozilla.org/docs/web-developer/faq.html

Jul 20 '05 #2
On Mon, 21 Jul 2003 03:33:18 GMT, "Todd Beauchemin"
<Ma*********@hotmail.com> wrote:
Is there any documentation or reference for the Mozilla web browsers.
Some of my older Netscape code doesnt work and the IE code
still doesnt work :(.

The problem - actually problems - are not with the Mozilla browsers,
but with the _code_ written to work on the others.

Netscape (before Mozilla) was not very standard - to put it rather
mildly - and used proprietary coding options that nothing else did.

Microsoft - ok, I admit it, much as I hate being a Redmond-basher in
this way - was and is worse. More of its code is proprietary than is
standard... although I will leap to their defence and point out that
the newer versions of IE are quite happy to accept and run *most*
standard code.

Check out the group FAQ and you will find much detail on the various
"features" but the ones to look out for particularly are:-

Do not use document.layers - pre-Mozilla Netscape proprietary code.

Do not use document.all - Microsoft proprietary code.
--
Mark A. Preston, The Magpie's Nest, Lancashire, UK
Website : www.magpiesnest.co.uk
Jul 20 '05 #3

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

Similar topics

15
by: Peter Bremer | last post by:
Hi all, I've written this little piece of code, which doesn't seem to work in Mozilla 1.5. I haven't tried it on other Gecko browsers, but I've found some indication that Netscape 6+ has the...
10
by: tony kulik | last post by:
This code works fine in ie and opera but not at all in Mozilla. Anybody got a clue as to how to get it right? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <script...
2
by: wylbur37 | last post by:
I normally use Mozilla 1.4 on Windows XP Pro. As I was developing some test webpages, I discovered that the SRC parameter doesn't seem to work when a path is used with the filename. In one...
4
by: Brian Glen Palicia | last post by:
My goal is to accept input from the user into a text box and then parse the data using split(). The first step is this tiny program to test the split() function. It runs in IE, but in Mozilla it...
3
by: kaith | last post by:
The following code used to popup a window when I used netscape 4.79. Now I switched to mozilla 1.4 and the window doesn't popup. function newWindow(newContent) { winContent...
3
by: kj | last post by:
This problem is driving me nuts. The code at the end of this post below works fine with IE, but fails with Mozilla. You can see it in action at http://tinyurl.com/2jvo3 With Mozilla 1.4 and...
6
by: hsomob1999 | last post by:
so i have a <ul> and I allow the user to append items to it. The problem is that on mozilla the <span class="line"> which is just a line to divide the sections gets overlaped and doesnt move down...
9
by: fochie | last post by:
Greetings, I'm having a problem when I try to GET a file from my server via xmlhttp when using Mozilla. With IE I can get any type of file fine, get/display headers fine, etc. With Mozilla,...
3
by: James | last post by:
I've been looking at the Mozilla source (1.8b1) and I thought that there I might find definitions of the various client-side JavaScript objects (e.g. history, navigator). Has anyone managed to...
20
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.