Results 1 to 13 of 13

Thread: HTML Image to submit form <Resolved />

Threaded View

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    HTML Image to submit form <Resolved />

    hello people i havent done this in years and forgot

    how do you use an image as a submit button for a form ?

    in this case its a Go button for searching
    eg:

    Code:
    <form action="search.asp?Mode=1" method="post" name="test">
    <input name="txtsearch" type="text" size="10">
    
    <!-- this is normal command button yeah-->
    
    <input type="submit" name="Submit" value="Go">
    
    <!-- i want an image for the button to submit the form-->
    </form>
    Last edited by señorbadger; May 25th, 2004 at 03:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width