Hi, I have a image and I want the current page to get submitted when a user tabs to the image.

I thought that I could just go;
<img src="./someimage.gif" onFocus="javascript: document.form1.submit()">

but it does not work..

Any ideas would be appreciated

Thanks
MarkusJ