What is the difference between proxied and proxyless calls in AJAX?
Answer Posted / v madhu babu
Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the types of send() method used for xmlhttprequest?
What is the disadvantage of ajax?
What are the differences between ajax and javascript? : asp.net ajax
What is the purpose of xmlhttprequest?
Is the server or the client in control in ajax?
What is the use of the scriptmanager control in ajax? : asp.net ajax
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
What is the basic goals of AJAX ?
What javascript libraries and frameworks are available?
Tell name of all the control of ajax?
What are the properties of xmlhttprequest?
How do we handle concurrent ajax requests?
How to control how long an ajax request may last?
Can I use asp.net ajax with any other technology apart from asp.net?
Which are the trigger types that we find in update panel?