• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlets on Netscape

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have servlets based application which runs fine on IE 5.0 & 5.5 but it does not work on Netscape 4.7. On Netscape it gives me complete script for htm.
Please suggest what could be the problem. How can I make my code compatible with both Netscape and IE.
Any help will be greatly appreciated.
Thanks
------------------
 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem like this:
Works on netscape 6 but only 'sometimes' on IE5.5 !?
I think it is a browser problem or even an error in not correctly implementing the browser following all 'recepies'.
So I will check this thread too
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is certainly a browser based problem. If by chance you have messed up with the default settings of the browser, try uninstall and reinstall it. It will be over.

Originally posted by Ekta Rajpal:
Hi,
I have servlets based application which runs fine on IE 5.0 & 5.5 but it does not work on Netscape 4.7. On Netscape it gives me complete script for htm.
Please suggest what could be the problem. How can I make my code compatible with both Netscape and IE.
Any help will be greatly appreciated.
Thanks



------------------
Vikas Aggarwal
Technology Associate
http://www.vikinsa.com
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic