A form where user enters two sentences.Sentence is terminated by dot (.) character.
On submit button click, send the input sentence as Ajax request XMLHttpRequest.
The backend should reverse the words in each sentence and send back the result as XML Data.
Each reversed sentence should be in separate XML block.
For Example, if the two sentences are:
"I am a good student. I will get good job."
The displayed results should look like
"Student good am a I. Will good job get I."
Please help!!!
On submit button click, send the input sentence as Ajax request XMLHttpRequest.
The backend should reverse the words in each sentence and send back the result as XML Data.
Each reversed sentence should be in separate XML block.
For Example, if the two sentences are:
"I am a good student. I will get good job."
The displayed results should look like
"Student good am a I. Will good job get I."
Please help!!!
Comment