Is there a way to stop execution of a taf from within an include file? i have an include file that generates a random number and stores it in a hidden field on a form and also stores that number into a user variable. whenever anyone hits a taf it checks the value of the arg against the last value of the user variable and if they don't match, the arg and the user variable are out of sync because the user has done a page refresh (trying to gaurdrail against page refreshes).
In any case, when the include file detects that the numbers dont match i want it to be able to display a message with a button the user can click to be taken back to the main menu. so far it's all working and even displaying the message but i can't get it to stop execution of the .taf that included this include file when it detects this problem. any ideas out there? (: PS if i get this working i'll share the code to anyone who wants it to be able to handle when users hit page refresh and re-submit post args to avoid double entry of data etc! ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
