hi I just added Sub AfterAdd() events, after the user save's and add the ITEM.
Here is the CODE:
Sub AfterAdd()
'** Custom code ****
Response.Write "<script>if (confirm('Add Another ITEM?')) window.location = 'ITEM_LIST_add.asp'; else window.location = 'ITEM_LIST_list.asp';</script>"
End Sub
What I want to the script is that it displays "YES or NO" choices, not "OK or CANCEL"
Thank you,