|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Hi everyone,
I've developed a chat servlet (which in turn calls an chat applet)which seems to be working fine with netscape. But when I tried loading the chat module in IE it behaves very erratically. In fact it does not refresh and when i press enter after typing a message it does not appear in the chat window. Could anyone suggest whether I have to modify my source code to make it work in IE or whether the use of a simple script could solve this problem. -Dharan |
|
#2
|
|||
|
|||
|
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.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Does not work in IE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|