I am going to use the ajax for simply refresh the multiple element on the page based on synchronous or asynchronous . I want to refresh the page When the ajax request in completed. Is there any ajax framework that has ajax utility function ? I did not use any javascript framework. Now I am developing page based on J2EE.
I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...