ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

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