- Joined
- Aug 28, 2011
- Messages
- 1
- Reaction score
- 0
[FONT="] A user enters two sentences. Sentence is terminated by dot (.) character.[/FONT][FONT="]
On submit button click, send the input sentence as Ajax request XMLHttpRequest. [/FONT][FONT="]
The backend should reverse the words in each sentence and send back the result as XML Data. [/FONT][FONT="]Each reversed sentence should be in separate XML block. [/FONT][FONT="]
[/FONT][FONT="]
For Example,
if the two sentences are:
[/FONT][FONT="] "I am a good student. I will get good job."
[/FONT][FONT="]
The displayed results should look like[/FONT][FONT="]
"Student good am a I. Will good job get I."
please help!!!!!
[/FONT]
On submit button click, send the input sentence as Ajax request XMLHttpRequest. [/FONT][FONT="]
The backend should reverse the words in each sentence and send back the result as XML Data. [/FONT][FONT="]Each reversed sentence should be in separate XML block. [/FONT][FONT="]
[/FONT][FONT="]
For Example,
if the two sentences are:
[/FONT][FONT="] "I am a good student. I will get good job."
[/FONT][FONT="]
The displayed results should look like[/FONT][FONT="]
"Student good am a I. Will good job get I."
please help!!!!!
[/FONT]