The simple answer is yes, but realize the <input type="submit"> 
generates a HTTP request with parameters using the method defined in the 
   <form> and a URL defined in the <form>.

If the goal is to use an image for the submit button, see <input 
type="image"...>

Paul Spencer

Pierre BESNARD wrote:

> Hello,
> 
> I am a new french user of jetspeed and I'm trying to build my first velocity porlet.
> I would like to know if it is possible to change a "submit button" with a simple 
>link or an image with the same behaviour.
> 
> for the moment, I have something like :
> 
> <input type="submit" name="eventSubmit_doMethod" value="ok" />
> 
> I just would like to change that with :
> 
> <a href=$jlink ....>
> 
> thanks fou your answer.
> 
> --
> Pierre
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



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

Reply via email to