Triggers Not Working In Ajax - What alternatives do I have?
Hello,
I have developed an app that runs beautifully on my local machine and finally got the triggers working properly just to find out that they don't work on ajax clients.
I have triggers that set variables based on users making a selection in a list box, and then triggers on sheet activation to set fields based on these variables.
The main functionality I need is to be able to keep all of my sheets in alternate states but pass specific field selections between them. Do I have alternatives? How could I use bookmarks to accomplish this? or is there another way of making it work?
IE plugin is not really an option as this is being developed for iPad use.