Ask a Question related to ASP.NET General, Design and Development.
-
Jan Timmer #1
Asp.net and internet explorer 4.0
Hello,
One of our clients wants a web application. Several offices (worldwide
distributed) only have internet explorer 4.0.
Are we facing problems when we develop an ASP.NET application for them? And
if so, are they showstoppers or are there workarounds?
TIA,
Jan
Jan Timmer Guest
-
Try on the internet update for Microsoft Internet Explorer
x-no-archive:yes This is the false Microsoft message with a SWEN worm attachment being posted to many newsgroups. Disregard the message and DO... -
Prove internet package for Microsoft Internet Explorer
Grow up little nerdy boy. Infecting people's machines is so passé, so why not do something productive like invade North Korea. Tony. -
Kevin Spencer #2
Re: Asp.net and internet explorer 4.0
You're only facing problems if you try to use HTML elements that are not
supported by that browser.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Jan Timmer" <oriolus@xs4all.nl> wrote in message
news:%23GqXbbRTDHA.1664@TK2MSFTNGP11.phx.gbl...And> Hello,
>
> One of our clients wants a web application. Several offices (worldwide
> distributed) only have internet explorer 4.0.
>
> Are we facing problems when we develop an ASP.NET application for them?> if so, are they showstoppers or are there workarounds?
>
> TIA,
>
> Jan
>
>
Kevin Spencer Guest
-
Cowboy \(Gregory A. Beamer\) #3
Re: Asp.net and internet explorer 4.0
If you stick to the .NET controls, you should not have a problem. The main
gotchas with IE 4.0 are moving into heavy DHTML or working wtih XML in the
browser. I would still test everything with IE 4.0, which means setting up a
windows 98 box(?), but you should not have a lot of problems.
Work primarily with post back rather than trying to set up hierarchical data
grids, as you might end up with a gotcha here.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Jan Timmer" <oriolus@xs4all.nl> wrote in message
news:%23GqXbbRTDHA.1664@TK2MSFTNGP11.phx.gbl...And> Hello,
>
> One of our clients wants a web application. Several offices (worldwide
> distributed) only have internet explorer 4.0.
>
> Are we facing problems when we develop an ASP.NET application for them?> if so, are they showstoppers or are there workarounds?
>
> TIA,
>
> Jan
>
>
Cowboy \(Gregory A. Beamer\) Guest
-
Ravikanth[MVP] #4
Asp.net and internet explorer 4.0
Hi Jan
On all Microsoft Operating systems, Microsoft® Internet
Explorer 5.01 or later are required.
This is minimum requirement.
HTH
Ravikanth
offices (worldwide>-----Original Message-----
>Hello,
>
>One of our clients wants a web application. Severalapplication for them? And>distributed) only have internet explorer 4.0.
>
>Are we facing problems when we develop an ASP.NET>if so, are they showstoppers or are there workarounds?
>
>TIA,
>
>Jan
>
>
>.
>Ravikanth[MVP] Guest
-
\(Liquid\) Daniel Bass #5
Re: Asp.net and internet explorer 4.0
read what Microsoft say is a minimum for there software
[url]http://msdn.microsoft.com/netframework/productinfo/sysreqs/default.aspx[/url]
"Jan Timmer" <oriolus@xs4all.nl> wrote in message
news:%23GqXbbRTDHA.1664@TK2MSFTNGP11.phx.gbl...And> Hello,
>
> One of our clients wants a web application. Several offices (worldwide
> distributed) only have internet explorer 4.0.
>
> Are we facing problems when we develop an ASP.NET application for them?> if so, are they showstoppers or are there workarounds?
>
> TIA,
>
> Jan
>
>
\(Liquid\) Daniel Bass Guest
-
Gary Varga #6
Asp.net and internet explorer 4.0
Don't forget to the the project setting "Target schema"
under "Designer Defaults" to Netscape Navigator 4.0 to
ensure v4 browser level compatibility. Please note that
this doesn't stop you breaking compatibility, however,
the ASP.NET controls use this setting to guage what HTML
to generate.
HTH,
Gaz
offices (worldwide>-----Original Message-----
>Hello,
>
>One of our clients wants a web application. Severalapplication for them? And>distributed) only have internet explorer 4.0.
>
>Are we facing problems when we develop an ASP.NET>if so, are they showstoppers or are there workarounds?
>
>TIA,
>
>Jan
>
>
>.
>Gary Varga Guest



Reply With Quote

