473,394 Members | 1,787 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,394 software developers and data experts.

Netscape 4.79 load and read xml

Is there a way to load and read xml files using Javascript in Netscape
4.79?

Jan 22 '07 #1
3 1108
ro**********@gmail.com wrote:
Is there a way to load and read xml files using Javascript in Netscape
4.79?
Not really, unless you want to try your luck with LiveConnect scripting
Java with JavaScript to fetch the XML.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jan 22 '07 #2
dd
ro**********@gmail.com wrote:
Is there a way to load and read xml files using
Javascript in Netscape 4.79?
I don't know the answer, but I can offer this info
to you:

I think a lot of sites have officially given up on NS4
now. I know I spent many a disgruntled hour having
to support it a few years back, now we just don't
support them. Right at the very beginning, we make
one quick check. If it's NS4, they get alt content. We
don't go into any of our JS files (which NS4 would
cry about when it sees things like try/catch). If you
look at any of the browser market share statistics,
you see that NS4.x is < 0.1% (that's less than 1 in
10,000 people hitting that site with NS4). I think most
people still using NS4 are QA departments testing
that it still looks OK ;-)

You have to remember, when you're feeling some
sympathy for the NS4 user, is that the Internet is
already totally full of sites that make no attempt at
all to care how it looks for them. If you use NS4,
you expect a terrible surfing experience by now.

You just need to look at most JavaScript sites these
days. Nobody ever tries the alternate methods of
getting a handle to an object, now it's just one line
of code : document.getElementById.

Jan 23 '07 #3
VK
ro**********@gmail.com wrote:
Is there a way to load and read xml files using Javascript in Netscape
4.79?
That was already commented by others from the practical pint of view.
As a purely technical aspect NN 4.x DOM model was a "one way ticket":
one could generate rather complex content for frames and (i)layers but
one couldn't read the resulting fragments out of it. So if I would be
paid again for NN 4.x solutions :-) the only way as I see it is to use
<layerto retrieve HTML docs with onload JavaScript in them, something
like:

<layer id="DataLoader" width="110" height="110" src="blank.html"
clip="0,0,110,110"></layer>
<nolayer><iframe name="DataLoader" width="110" height="110"
src="blank.html"></iframe></nolayer>

and then document.layers['DataLoader'].src = 'RPC.cgi'; // or so

Jan 23 '07 #4

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

Similar topics

2
by: Shannon Wright | last post by:
Hello, I hope someone out there can help me on this: I am developing a php application on a windows xp machine running IIS and I cannot load the famous test.php page or any others with a php...
1
by: Pavel | last post by:
Greetings to all - I've noticed that my xsl transformation does not work in Netscape 7. It worked fine in Netscape 6.1, or if html file is generated using xalan (and it works in IE 5, not that...
6
by: George Hester | last post by:
What's this? IE has a simple way using an ActiveX object so that I can load a text file into the <OPTION>s like a database. It is called Tabular Control. But I doubt this is going to work with...
4
by: Jonathan | last post by:
Hi, I've read through quite a number of postings on here so far and have seen what look like very simply, reasonable answers to this question, however I am still completely unable to do what I...
14
by: Gerald S. | last post by:
Hello, I am trying to set the space between the bullet and the first word in a UL, without any luck. My Lists look like: x Item 1 x Item 2 x Item 3
6
by: Ben Sharvy | last post by:
I'm using Netscape 7.02 for Mac, and observed the same problem on some version of Mozilla under Red Hat. Netscape won't load the stylesheet for this page:...
2
by: lawrence | last post by:
I thought I was fighting a PHP problem, so I asked about this on a PHP list, but they felt it was a Javascript problem, so I'm reposting a bit of the debate here. Could this Javascript, below,...
4
by: chris | last post by:
if i eun this page in IE or netscape it works fine, <select name="select" onChange="javascript:location.href = this.options.value;"> <option value="" >this page </option> <option value=""...
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.