-
HTML submit button
I am looking for way to apply an image to an HTML submit button.
-
Re: HTML submit button
<input type="image" name="Submit" src="../images/wcnext.gif" alt="Submit"
width="62" height="16" border="0" border="0">
when processing the form, if Submit.x or Submit.y exist, then the user
submitted the form using the above control.
Or you can use:
<a href="javascript:document.myForm.submit()"><img ...><a/>
--
HTH,
David Satz
Principal Software Engineer
Hyperion Solutions
->Using SQL Server 7.0 SP3/6.5 SP5a/Cold Fusion 4.5.1 SP2/VSS
(Please reply to group only - emails answered rarely)
-----------------------------------------------------------------
"colsen" <colsen100@hotmail.com> wrote in message
news:3b0572a0$1@news.devx.com...
>
> I am looking for way to apply an image to an HTML submit button.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|