What is the difference between proxied and proxyless calls in AJAX?
Submitted by: AdministratorProxied calls are made through stub objects that mimic your PHP classes on the JavaScript side in AJAX. E.g., the helloworld class from the Hello World example.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
Submitted by: Administrator
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
Submitted by: Administrator
Read Online AJAX Job Interview Questions And Answers
Top AJAX Questions
☺ | Is the server or the client in control in AJAX? |
☺ | What is AJAX? |
☺ | What is the difference between proxied and proxyless calls in AJAX? |
☺ | How do I submit a form or a part of a form without a page refresh? |
☺ | What Browsers does HTML_AJAX work with? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |