Ajax using POST

A very simple ajax call <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <p onclick="loadDoc()">Click</p> <p id="ajaxOutputHere"></p> </body> </html> <script type="text/javascript"> // call the function immediately when the…

Continue ReadingAjax using POST

AJAX

  • Post author:
  • Post category:AJAX
  • Post comments:0 Comments

Allows the sending of data from a webpage to the server, after the page has loaded, and the receiving of data from the webserver, without having to reload the web…

Continue ReadingAJAX