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

Changes to Javascript Doesn't Work in Mac Netscape 6

I made major changes to my scripts in
http://www.dcs-chico.com/~denmarks/amtrak.html

It works fine in IE but nothing happens when a selection is made in Mac
Netscape 6. Is this problem just with this specific browser? Does it
work with yours? Make a selection from each of the 3 menus on the left
and see if corresponding data appears on the right.

If you can find a problem please let me know.

One big change was removing the FORM surrounding my SELECT OPTION
menus. I'm trying to simplify the scripts and HTML.

BTW: I know I don't have the latest browser but it is the latest that
will work with my operating system. I usually use IE which is not the
latest either.

--
Dennis M. Marks
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #1
2 1239
Dennis M. Marks wrote on 21 Dec 2003 at Sun, 21 Dec 2003 19:58:51
GMT:
I made major changes to my scripts in
http://www.dcs-chico.com/~denmarks/amtrak.html

It works fine in IE but nothing happens when a selection is made
in Mac Netscape 6. Is this problem just with this specific
browser? Does it work with yours? Make a selection from each of
the 3 menus on the left and see if corresponding data appears on
the right.

If you can find a problem please let me know.

One big change was removing the FORM surrounding my SELECT OPTION
menus. I'm trying to simplify the scripts and HTML.


The page works fine in Opera 7.22/Win.

As a possible fix, try to make sure that all methods and properties
use fully-qualified references. For example, in amtrak1.js, line 4:

iFrameWindow=frames["theFrame"];

[Repeated on line 47]

The frames collection is a property of the window object. Netscape
might require that you access it as such:

iFrameWindow=window.frames["theFrame"];

Try it. It might do the trick.

Mike

--
Michael Winter
M.******@blueyonder.co.invalid (replace ".invalid" with ".uk")
Jul 20 '05 #2
In article <Xn*******************************@193.38.113.46 >, Michael
Winter <M.******@blueyonder.co.invalid> wrote:
Dennis M. Marks wrote on 21 Dec 2003 at Sun, 21 Dec 2003 19:58:51
GMT:
I made major changes to my scripts in
http://www.dcs-chico.com/~denmarks/amtrak.html

It works fine in IE but nothing happens when a selection is made
in Mac Netscape 6. Is this problem just with this specific
browser? Does it work with yours? Make a selection from each of
the 3 menus on the left and see if corresponding data appears on
the right.

If you can find a problem please let me know.

One big change was removing the FORM surrounding my SELECT OPTION
menus. I'm trying to simplify the scripts and HTML.


The page works fine in Opera 7.22/Win.

As a possible fix, try to make sure that all methods and properties
use fully-qualified references. For example, in amtrak1.js, line 4:

iFrameWindow=frames["theFrame"];

[Repeated on line 47]

The frames collection is a property of the window object. Netscape
might require that you access it as such:

iFrameWindow=window.frames["theFrame"];

Try it. It might do the trick.

Mike


It worked in Netscape with frame['theFrame'] prior to the latest
changes. My latest changes did not change that.

--
Dennis M. Marks
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #3

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

Similar topics

4
by: Julie Siebel | last post by:
Apologies...I'm sure this has been asked before, but I can't seem to come up with the correct Google search terms. While my problem is with stylesheets, the errors are being caused by my...
10
by: VictorG | last post by:
Hello, I am new to JS and am trying to add some HTML into a JS function. So that when called the script as well as the HTML will be invoked. Is there some type of embed mechanism, sort of the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.