ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: AJAX functions
10 results
AJAX functions
List of functions for AJAX management
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
AJAXExecute (Example)
Usage example of the AJAXExecute function
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site...
Programmed AJAX
The diagram below presents the use of "programmed AJAX" in a WEBDEV website...