LarrySteele
Programmer
I have a page that processes data and looks for changes. If changes are detected, they appear in a table. Otherwise, the page displays a message that there are no changes, and the users have a submit button to navigate to the next page.
What would be nice is if I could have ColdFusion submit the form automatically if there are no changes. The result is that the difference table appears if there are changes, otherwise the site navigates straight to the next page.
I tried cflocation, but I need the form variables posted. Hence, my desire to have CF *submit* the form.
This change is not important. Currently the process works and works well. I'd just like to save the step of clicking a button (when I don't otherwise need to).
TIA,
Larry
What would be nice is if I could have ColdFusion submit the form automatically if there are no changes. The result is that the difference table appears if there are changes, otherwise the site navigates straight to the next page.
I tried cflocation, but I need the form variables posted. Hence, my desire to have CF *submit* the form.
This change is not important. Currently the process works and works well. I'd just like to save the step of clicking a button (when I don't otherwise need to).
TIA,
Larry