Re: My HTML doesnot work in Netscape
On Sun, 14 Sep 2003 00:02:53 +0200, Bruno Desthuilliers
<bdesth.nospam@removeme.free.fr> wrote:
[color=blue]
>Venkat wrote:[color=green]
>> Hi,
>> My HTML page doesnot work properly in Netscape 7.1. But works fine
>> in Opera 7 and IE 6.0. I could not figure out the problem. If any one
>> could/suggest it would be nice..[/color]
>
>Venkat,
>
>Please learn two things :
>1/ how to ask smart questions
>2/ how to post in the appropriate newsgroup.
>
>instead of :
>1/ saying 'my code doesn't work'
>2/ posting an HTML/Javascript browser compatibility in a newsgroup
>dedicated to XML.
>
>Imaging you are going to your butcher and ask him why your car doesn't
>work...
>[/color]
But - having said all that (all of which is very much valid) - the
crunch comes down to you using "document.all" throughout your code.
FYI, "document.all" is a non-standard, Microsoft-proprietary,
extension to the DOM that Javascrip can manipulate to mess around with
the document content. In other words - it is supposed to work with
Microsoft stuff. It is _not_ supposed to work with the rest (though
others - such as specifically Opera - also use it).
That is the main problem you have in your code. |