Calling a method from a form

オフライン
Hi, I am a newby to ARAS, so I think I am missing something fundamentally.   I would like to launch a JS based method from a button on a form, which should then open a modal form. I am getting this error: "Event handler failed with message: ReferenceError: me is not defined   This is in the line where I am trying to get the new form with the statement: var fetchForm = me.getInnovator().newItem("Form","get");   I am suspecting that the error is lying with the Item Query on the associated Action calling the method....... This is still using the default <Item type="{@type...........etc   Thanks Riaan