function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dlcsfadmindlcsfadmin 

AJAX TOOLKIT - TRIGGERS




Message Edited by dlcsfadmin on 04-19-2008 01:50 PM
jrotensteinjrotenstein
Unfortunately not.

AJAX in S-controls run within the user's browser. Triggers need to run on the server whenever a field changes.

Looks like time to brush off those old Java books!