
October 10th, 2000, 03:56 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
It might be helpful to post code on this one (if there is not too much). Keep in mind, Java Servlets look like regular HTML to the browser. Any cross browser problems would have to be in the HTML that the Servlet sends to the browser. A good way to find these problems is, once the Servlet page loads in the browser, do a view source. Look for any missing end tags and other common HTML problems.
|