How to activate a reset button if it has an image not the usual button
thanks....
This is a client-side thing. Use Javascript: probably best to make it an <img> and give it an onClick= handler which calls document.forms[0].reset() (sorry, can't recall the precise syntax right now).