tags:

views:

64

answers:

1

I have made web based applications in java these applications does not work in Firefox but these application run perfectly in IE.

I dont know whats the problem i have tried everything but still not working in the firefox.

If anybody have any idea plz let me know i will be thankful.

A: 

I don't think the problems is between Firefox and JSP, but between Firefox and the HTML generated by your JSP. If you have Javascript, Style Sheets, etc., the appeareance and operability can change, even to drive it not working. If you are using old versions of IE (such as IE6) these problems are even more. You can write a very small JSP (just a hello world, without JSP scriptlets, only HTML), and try what happens in IE and firefox. If this doesnt work, maybe you have a problem with your proxy internet connection, or something similar.

Hope it helps.

greuze