Weird behavior: IE vs NSN

R

Rich Grise

Hi. I dashed off a little button-swapper for "homework" for lesson 1.
Well, it works fine, with Internet Exploiter, but not with Netscape,
which is kind of ironic, since NS invented JS. I'm surmising that
it's all the crap that Tripod serves up with the page - I'd appreciate
it, if anyone has the time and inclination, if you'd take a look at
it:

http://rich_grise.tripod.com is the home page, and
http://rich_grise.tripod.com/Secret/SecretOfLife.html is the JS toy.

Like I say, if anyone's advanced enough in JS to tell me what I could
do about it, I'd appreciate it. Maybe email Tripod and ask them about
their server?

Thanks,
Rich
 
D

David Dorward

Rich said:
Hi. I dashed off a little button-swapper for "homework" for lesson 1.
Well, it works fine, with Internet Exploiter, but not with Netscape,

What version of Netscape? It works fine here.
which is kind of ironic, since NS invented JS.

And then Microsoft added a bundle of its own APIs.
I'm surmising that it's all the crap that Tripod serves up with the page

If that were the case then it probably wouldn't work in any browser. Its
easy enough to test though - try a local version that isn't interfered with
by the webserver.
 
L

Lasse Reichstein Nielsen

Hi. I dashed off a little button-swapper for "homework" for lesson 1.
Well, it works fine, with Internet Exploiter, but not with Netscape,
which is kind of ironic, since NS invented JS.

What is it that doesn't work? (i.e., what should happen, and what
actually happens)? Which version of Netscape?

For what it's worth, it seems to work for me in Netscape 4, IE6,
Mozilla Firebird, and Opera 7.

If you want to be a little safer, you can try a small change.
You write:
document.image_top.src= ...
You can't assume that a named object is available as a property
of the document element directly. Instead you chould write, e.g.,
document.images['image_top'].src=...

(And for the crap that Tripod adds ... you have my sympathy! They
have my disgust, so I doubt I'll come back to a Tripod page soon)

/L
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,871
Messages
2,569,919
Members
46,171
Latest member
A.N.Omalum

Latest Threads

Top