• 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

code compatible both for mozilla ,IE,OPERA

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i am problem related browser ,
i want to make web page compatible both on IE AND MOZILLA ,i know tht i must find solution in javascript domain but i wanna know if there is any thing i can do through JSP
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSP is not related to that kind of problems.
This is HTML/Javascript related.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSP exists only on the server.
It's output (HTML,Javascript), is no different from output created by .net, php, perl, etc...

Moving to the HTML/Javascript forum where you will be told that this is one of the great challenges that web developers/designers face and that the only sure way to accomplish this is to test constantly in all the browsers that you wish to support.
[ August 17, 2006: Message edited by: Ben Souther ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are not mind readers here, what is the issue you are having with the different browsers? There are a lot of things that could be wrong, not like there is an exact anser.

If you are having problems, you probbaly are using not compliant code or ciding very badly.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic