browser display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using asp.net to make a web application. IE 6 has the best display.
Firefox reports server error – can not display at all. Netscape displays all
3 columns in one column (one by one).

Any idea?

Thanks. -Dale
 
Dale,

Without seeing any of your code, or knowing in the least what you are
trying to do, it's hard to say.

Just offhand though, I am wondering if you have your browser
capabilities up to date. You can add additional browsers in the web.config
file for your ASP.NET application (under the clientTarget element).

Also, are you producing HTML 3.2 code, or using IE6 code? If you are
going to target netscape or firefox, you need to make sure your ASP.NET
project outputs code that all browsers can see.

Hope this helps.
 
Nicholas,

I do not find clientTarget in my web.config. Can you provide example?

I do not know if user's browser is up to date. My goal is to work for all.

Not sure about HTML 3.2 code, or using IE6 code? I am using asp.net 1.1.

maybe you can look at our web vivle.com

thank you. -dale

Nicholas Paldino said:
Dale,

Without seeing any of your code, or knowing in the least what you are
trying to do, it's hard to say.

Just offhand though, I am wondering if you have your browser
capabilities up to date. You can add additional browsers in the web.config
file for your ASP.NET application (under the clientTarget element).

Also, are you producing HTML 3.2 code, or using IE6 code? If you are
going to target netscape or firefox, you need to make sure your ASP.NET
project outputs code that all browsers can see.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
dale zhang said:
Hi,

I am using asp.net to make a web application. IE 6 has the best display.
Firefox reports server error - can not display at all. Netscape displays
all
3 columns in one column (one by one).

Any idea?

Thanks. -Dale
 
Back
Top