Is there a way to attach a Javascript call to a button in ad_form without creating a custom ad_form in the .adp? For example a Javascript confirm box popup?
Thanks a million for this Michael! I was just trying to do the same thing when I found your post. I used the following to get a Ok/Cancel Javascript confirm:
{mysubmit:text(submit)
{label "Proceed"}
{html {onclick "return(confirm('Are you sure?'));"}}
}
I have tried to create a page with the submit widgets, but i have found that the -edit_data is not firing. Can i use the custom widgets with an -edit_data?