interdev_programming thread: Display the Html file same way ,on IE as wel as Netscape.
I say we all boycot netscape...
or at least tell them to make a browser that works right...
-----Original Message-----
From: Ohad Young [mailto:ohadyn@b...]
Sent: Monday, February 26, 2001 8:48 AM
To: Interdev_Programming
Subject: Re: Display the Html file same way ,on IE as wel as Netscape.
This is the 1M$ question!!!!
There are many deep differences between these two browsers.
First you should see what features each browser support and decide whether
to
develop for each browser separately or for both with some changes.
Then, check using script (VBScript or Jscript/JavaScript) or through ASP the
type
of browser the client has. With this knowledge you can redirect him to the
page that fits his
browser if you decided to develop separately or to do some changes in your
page otherwise.
Any way, this problem is well known but not simple to solve.
I recommend to develop only for IE 5 or higher because it supports cool
DHTML stuff and XML
much better then Netscape.
Good luck anyway :-)
----- Original Message -----
From: <omkarj@h...>
To: "Interdev_Programming" <interdev_programming@p...>
Sent: Monday, February 26, 2001 12:39 PM
Subject: Display the Html file same way ,on IE as wel as Netscape.
> hi,
>
> i have created some web pages usig visual interdev.
>
> when i run these files on IE-5.0 it runs perfectly as designed.
>
> but when i run them on Netscape, it does not give any problem ,but the
> display is totaly changed.
>
> can any body tell me what to do. to display the file exactly same no mater
>
> what browser the user is using???