ASp.Net site barely functional in Netscape Browser

G

Guest

Hi All

I developed a site in ASP.Net 2003, which is great in IE 5.5 + but a lot of
our users at the University use Netscape and it just don't work in Netscape.
Hyperlinks (webform) align themselves left to right, half don't function even.

Listboxes and Data Grids and Calendar controls... don't even render.
ie Useless .

Any help on this would be appreciated.

?How would i, in script detect the browser being used (have done it in the
code behind page, but does'nt display in a textbox when in Netscape. (4.8 x
or better))
and redirect the user to a IE download or even kick IE off on their machine
with the uRL to my site.?

TIA
 
G

Guest

Thanks...BUT

It seems these config fixes are for Netscape 7, Mozzie 5 etc

but For Netscape 4.7 and 4.8 ???

must admit the reading of the article from 4GuysFromRolla is awesome, what
every programmer new to asp.net needs to know,
but that highlight aside,
I still have a problem..

Anyway to just force or suggest a user swops browsers ?
AND download IE6 etc? or Netscape or .. at least a compatible version
which should now be provided for in the Web.config thanks to Rob Eberhardt.
--
Neal Rogers
University of Cape Town


Juan T. Llibre said:
Read :
http://slingfive.com/pages/code/browserCaps/

and modify your web.config according to this code:
http://slingfive.com/pages/code/browserCaps/browserCaps_spaces.txt

That will allow you to detect Netscape browsers, which, in turn,
will get assigned System.Web.UI.HtmlTextWriter to write HTML
which Netscape will be able to understand.
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top