Thanx for replies on: Netscape Compatibility Problem again....
by Francois de Beer <fbeer(at)sars.gov.za>
|
| Date: |
Wed, 7 Jun 2000 08:46:27 +0200 |
| To: |
hwg-techniques(at)hwg.org |
| |
todo: View
Thread,
Original
|
|
Hi all!
Thanx to all Who replied. I used asp to do all the calculations/<input>
Value collections on SS and then return the result in simple HTML to the
browser. That way, I'm sure that any browser can render the pages correctly.
It's just funny to me that so many nifty things are possible in IE (Maybe
not "correct" but possible) and the same cannot be said for Netscape etc....
It makes you wonder if all this "correct" means of coding, doesn't stop us
from adding some more advanced features to our sites. Due to the fact that
Netscape does not support what I wanted to do (which they shouldn't in the
first place I know), my application has to visit the server twice instead of
once...................
Maybe I should have an intro page that saiz: All Netscape Users will now be
redirected to a slower version of this application...
:-)
-----Original Message-----
From: Peter Benoit [mailto:pbenoit(at)triton-network.com]
Sent: Tuesday, June 06, 2000 03:26
To: 'Francois de Beer'; hwg-techniques(at)hwg.org
Subject: RE: Netscape Compatibility Problem again....
I don't think that Netscape will identify the HTML tag like that... well
even if it did, it doesn't recognise the 'all' collection you're using.
That's IE specific stuff.
HTH,
Peter
> -----Original Message-----
> From: Francois de Beer [SMTP:fbeer(at)sars.gov.za]
> Sent: Tuesday, June 06, 2000 2:39 AM
> To: hwg-techniques(at)hwg.org
> Subject: Netscape Compatibility Problem again....
>
> PLEASE NOTE. I am NOT saying Netscape Sucks...
>
> Hi all. Am I just tired, or does Netscape 4.07 not recognise:
>
> <HTML id="theHTML" name="theHTML">
>
> as a Declaration of "theHTML"???
>
> Script:
>
> for (i=0; i < theHTML.all.length;i++)
> {
> alert(theHTML.all[i].tagName);
> }
>
> Error: "theHTML" is not Defined.
>
> Works fine in IE4+..
HWG hwg-techniques mailing list archives,
maintained by Web Professional Association - IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.