You're not looking for <html:image/> are you?

[EMAIL PROTECTED] wrote:

>We have created tab images to go from page-to-page in a multiple page input
>form.  These images do the following:
>      <input name="info page" type="image" value="info page" src
>="infobutton.gif" alt="information">
>      <input name="address page" type="image" value="address page" src
>="addressbutton.gif" alt="information">
>
>What we really want to execute is:
>       <td><html:submit>info</html:submit></td>       which translates to
><td><input type="submit" name="submit" value="info"></td>
>      <td><html:submit>address</html:submit></td>     which translates to
><td><input type="submit" name="submit" value="address"></td>
>
>This works great, but then we don't show the image tab as a button.  Does
>anyone know how to do submit html:submit actions, but displaying a button
>image?
>
>  Thanks, Pete Gabriel
>

-- 
Eddie Bush




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

Reply via email to