I have a form that looks like this <form action="fetch.cgi" method=post> <input type=hidden name=xyz value=abc> <input type=image src="/file/path/aaaa.jpg name=aaa> <input type=image src="/file/path/bbbb.jpg name=bbb> </form>
When I click on one of the images, the hidden value of xyz get carried over to the fetch.cgi as param(xyz) How can I determine whether img name aaa or bbb was clicked? Thanks alot Aman -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]