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?'));"}}
      }
cheers
Brian