Click here to Skip to main content
16,012,153 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
sir,

I have One Application in asp.net.

this application not supported for google chrome and mozilla firefox.
only supporting internet explorer.

Why reason???

Give me a solutions???

By Mohan.
Posted
Comments
Sergey Alexandrovich Kryukov 18-Nov-11 12:02pm    
There are can be too many possible reasons. What help did you hope for if we don't see your code? Did you think we can read right from your brain? :-)
--SA

Why do you say it's not supported? Is is a functionality issue (click on something, nothing happens) or is it a styling issue (looks OK in IE, but not in FF)

If it's functionality, it's probably because you've written some IE specific javascript? Or maybe you've used Activex objects?

Make sure you've got Firefox with Firebug installed (and activated). Now navigate to your site where there are problem pages, you should see some script errors in the console.

If you can't solve the problem yourself, post back the errors you are encountering. You haven't provided enough information, I can only guess!
 
Share this answer
 
Comments
RaviRanjanKr 18-Nov-11 15:26pm    
5+
Its Browser Compatibility Issue.

Issue which involves combination of issues related to HTML, CSS and JavaScript.

HTML, CSS and JavaScript changes will be involved in your application in order to make your Asp.Net Site/Application Multi-Browser Compatible.

You may begin with below links.

http://msdn.microsoft.com/en-us/library/aa478988.aspx

http://techbrij.com/80/7-tips-to-make-your-website-cross-browser-compatible

http://www.quirksmode.org/css/contents.html

Many more links on this topic you will get Here.


Edit - My guess about Browser compatibility issue is based on your similar kind of earlier Question.
code for Browser compatibility?
 
Share this answer
 
v2
Comments
RaviRanjanKr 18-Nov-11 15:26pm    
5+
RaisKazi 18-Nov-11 23:09pm    
Thank you Ravi.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900