I have an html table with each row having a button that has its onclick defined as follows:
onclick=edit(parm1,parm2,event) // this is generated from php
Then, I have the edit function defined as something like this:
function edit (parm1, parm2, event)
Well, then in "edit" I need to redefine...