Trying to learn Javascript actions
I am new to actions, though I do know how to write javascript. I want an action to perform on save. I have a form and if I go to "More" on the right side bar and the select "Document Action" I get a box that lists the events. One says "Document Did Save". In there I add a simple alert("my message"), and they save the document the alert does not execute. I want to write something more than this but I can't until I can get the execution figure out.