Posted by Toby Inkster on 11/27/19 11:38
John Salerno wrote:
> Is AJAX something that will replace JavaScript, or does it still use
> JavaScript as it is now?
AJAX is a buzzword describing a technique where some client-side script
makes an HTTP request to a server-side script, which passes back some data
to update the page.
Here's some examples:
http://www.modernmethod.com/sajax/sajax-0.11/php/example_wall.php
http://www.yourhtmlsource.com/examples/ajaxformsubmission.html
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|