html:image tag example

2001-10-24 Thread chiji nwankwo
Hi, Does anyone have any examples of how to use the html:image tag to perform a submit. Please point me in the right direction. Thanks ChijiGet your FREE download of MSN Explorer at http://explorer.msn.com

RE: html:image tag example

2001-10-24 Thread Fuller, Wayne
html:image src=PATH TO IMAGE alt=SOME TEXT border=0 value=SOME PROPERTY VALUE/ -Original Message- From: chiji nwankwo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 5:15 AM To: [EMAIL PROTECTED] Subject: html:image tag example Hi, Does anyone have any examples of how

Re: html:image tag example

2001-10-24 Thread Eric Rizzo
chiji nwankwo wrote: Does anyone have any examples of how to use the html:image tag to perform a submit. Please point me in the right direction. You just need to put the html:image tag within a html:form tag. This works for me: html:form action=someAction.do ...input fields,