You could just use

<input type="image" ...

that behaves *almost* as a submit button
Most of the time you don't need html:submit i think...


On Fri, 18 Mar 2005 14:29:25 -0500, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Scott Purcell wrote the following on 3/18/2005 1:29 PM:
> 
> > Can I create a image that is a src for a submit, or cancel, or js function?
> 
> Why not just use a regular image wrapped with an href and use javascript?
> 
> example...
> 
> <a href="javascript:doSomething()">
>    <html:img .../>
> </a>
> 
> --
> Rick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to