This is my first post so be gentle. (I'm probably asking for trouble now!)
I have an HTML page with a form that has more than one 'image' type input for submitting. I've found out how to get a JavaScript validation function running using 'on submit' within the form declaration. But once in the java function I can't find a way to reference the image that I clicked on so I can detect which of the two it was.
Any help would appreciated.
Marc