473,569 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opera 6 and Netscape 6 not playing ball

MV
Hi,
I want to try and get a lottery type script to run in these two
browsers before i put it on my site.

It runs OK in I.E.6 and my friend says it works in netscape 7 so i
can't see the problem with 6, they're both fairly modern - aren't
they?

I'm not looking for someone else to do the legwork, just point me in
the right direction. It looks like it's down to some browser-feature
thing? But i want to read up on what i need to know before i attempt
anything.

This is what i've got.
http://www.btinternet.com/~kurt.grig...ottostats.html

Thanks - Mike
Jul 20 '05 #1
2 1468
MV wrote:
I want to try and get a lottery type script to run in these two
browsers before i put it on my site.

It runs OK in I.E.6 and my friend says it works in netscape 7
A good webauthor/-programmer never relies *only* on what other
people say, not even friends. Test and debug for yourself.
Bug reports are a useful resource but nothing to depend on.
so i can't see the problem with 6, they're both fairly modern -
aren't they?
Depends. Netscape 6.x was released from 2000 to 2002 and based on
Mozilla/5.0 m18 to rv:0.9.4.1. Netscape 7 was first (P-)released May
2002, based on rv:1.0RC2. v7.1 is the latest (in every sense, since
development was stopped by AOLTW, firing the rest of the Netscape
programmers working on Mozilla), released June, 2003 and based upon
rv:1.4. Latest rv of Mozilla(.org)/5.0 is 1.7a, released February 23,
2004, latest stable release is rv:1.6 of January 15, 2004. Decide for
yourself what you consider "fairly modern".

You see that because there were versions of Netscape 6.x that did not
even base on a Mozilla/5.0 release but only on a milestone, there are
big differences in what v6.x and v7.x support, even in what v6.0x and
v6.2x support. The differences include not only features, but also
bugs, and you may have found one. Only the JavaScript Console (or a
well-polished crystal/magic-8 ball ;-)) can tell for sure. See
<3F************ **@PointedEars. de>.

It is known that Netscape versions prior to 6.1 were pretty unstable
since they based upon rvs to 0.6 *and* Netscape did a lousy job making
an end-user app from the Mozilla code. Do not be astonished if your
mouse bites you if you use those versions ;-)
I'm not looking for someone else to do the legwork, just point me in
the right direction.
Install as many user agents as you can and test with each of them.
http://www.btinternet.com/~kurt.grig...ottostats.html


FYI: WFM. Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a)
Gecko/20040221 Firefox/0.8.0+

I get a bunch of warnings in the JavaScript console, though, like:

| Warning: reference to undefined property nums[j]
| Source File:
| http://www.btinternet.com/~kurt.grig.../lottostats.js
| Line: 147
| [...]
| Warning: assignment to undeclared variable z
| Source File:
| http://www.btinternet.com/~kurt.grig.../lottostats.js
| Line: 190

I suggest you declare your variables and use the "typeof"
operator to check for undefined array elements before.
PointedEars
Jul 20 '05 #2
MV
Thomas 'PointedEars' Lahn <Po*********@we b.de> wrote in message news:<40******* *******@Pointed Ears.de>...

Thank you Thomas.

I've never been impressed with Netscape 6. For instance, dynamically
changing div content. Some times the new content isn't displayed
properly but if i open and close something over the browser window,
the content IS displayed properly!

Should I dump 6? What other browsers should i checkout?
Jul 20 '05 #3

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

Similar topics

4
2328
by: Spijon | last post by:
Seems opera can not work normally with javascript, does anyone knows how to fix it? Thanks in advance.
4
9649
by: Lijun Yang | last post by:
Hey, I am able to disable the right mouse button on images for netscape and IE but it won't work for Opera. Here is the code: // start of the code var clickmessage="Sorry, you don't have permission to right-click." function protectImages () {
10
3573
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 language="JavaScript" type="text/javascript"> function show(that) { if (box.style.visibility=='hidden') { that.style.visibility = 'visible'}; }
7
1954
by: Pete | last post by:
I'm working (playing) on a mouse following script. Yes, the sort no one likes but I'm having great fun tinkering with it - sad. Anyway, if there's enough page content to cause scrolling and I want the objects (colored divs) to scroll with the mouse in Opera 6. I give the mouse y coords (-) window.pageYOffset and the objects (+)...
4
1288
by: PCH | last post by:
I've run into a big problem with Opera 7x users. It appears that most pages do not render the panels correctly, and form validation does not fire at all. I tracked down some threads about the machine.config file and opera. I changed some of the filter options on the Opera case to match IE5.5+s settings, that got me around the panel...
2
1316
by: Mark Rae | last post by:
Hi, I've just finished upgrading a site for a client to XHTML-compliance. It's been tested on the latest versions of the following OS / browser combinations: WinXP - IE WinXP - Netscape WinXP - FireFox WinXP -Opera
8
376
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I detect Opera/Netscape/IE? ----------------------------------------------------------------------- The « navigator » object contains strings which specify the browser and version; however, this is in general not very genuine. Mozilla (and therefore...
4
1764
by: Nik Coughlin | last post by:
Been playing with multiple backgrounds. You'll need Safari (Konquerer works too AFAIK but I haven't tested it) to actually see this: http://nrkn.com/temp/cssTabs/centerFloatlistCss3.html Such a nice, easy way to skin things. Pity it won't work for 95% or more of the browser install base :(
0
7703
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...
0
7926
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. ...
0
8138
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7983
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...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5223
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...
1
2117
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
0
946
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...

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.