This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes IE 7 vs IE 6, AJAX problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "IE 7 vs IE 6, AJAX problem" Watch "IE 7 vs IE 6, AJAX problem" New topic
Author

IE 7 vs IE 6, AJAX problem

anand phulwani
Ranch Hand

Joined: Sep 10, 2005
Posts: 242
Dear Ranchers,

I Am a newbie at ajax and was just trying out the code,at
http://java.sun.com/developer/EJTechTips/download/ttnov2005ajax-autocomplete.zip

which is reffered and described on these pages..
Page 1
http://java.sun.com/developer/EJTechTips/2005/tt1122.html#1
Page 2
http://www.java-tips.org/java-ee-tips/enterprise-java-beans/using-ajax-with-java-technology.html

its an autocomplete example,although this works on internet explorer 6 and mozilla firfox but does now works on internet explorer 7,the only difference is it does not show the list to autocomplete,otherwise its able to lookup employee and show the results.so please advice how to solve this problem.
[ September 11, 2006: Message edited by: anand phulwani ]

Thanks and Regards, Anand
SCJP 5.0 310-055 73%, SCWCD 1.4 310-081 78%, IBM DB2 9 Fundamentals 000-730 62%
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: IE 7 vs IE 6, AJAX problem
 
Similar Threads
Unable to read the Japanese character from HTTP Response
Regarding Session Binding Listener
Internal server error in web service
e-mail in java/jsp
autocomplete example