Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: use a picture in form for submit

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    3

    use a picture in form for submit

    How do I use a picture in a form to choose to submit the form vs. using a text box?


    Also - is there a way to search these forums - Call me blind but I cannot find the search button.


    thanks a bunch

  2. #2
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    Using an image as a "Submit" button

    Hi there optimizemy.com

    Welcome to WebProWorld!

    Quote Originally Posted by optimizemy.com
    How do I use a picture in a form to choose to submit the form
    Do you mean using an image as a "submit" button? If so, there's a code snippet below:
    Code:
    <input type="image" name="Submit" src="/images/submitbutton.gif" alt="Submit" />
    and for your reference, the "Quick Search" and "Advanced Search" are located at the top right hand of the page.

    Hope that helps!

    Paul

  3. #3
    You can use the querystrings to pass the variables to your form.
    It is very easy and simple.

    Like
    [a href=dog.php?mydog=999>[img src="dog999.jpg"></a>

    {
    < tag intentionally changed to [
    }

Similar Threads

  1. Form Submit problem........
    By Sandy8 in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 08-24-2005, 09:17 AM
  2. How to send me a picture through form?
    By justinw in forum Graphics & Design Discussion Forum
    Replies: 2
    Last Post: 09-01-2004, 05:19 PM
  3. submit current date w/form
    By MasterT in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 06-17-2004, 01:00 PM
  4. Connecting my submit form to my forum
    By WebDesignDatabase in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 04-02-2004, 03:59 AM
  5. Help with submit form!
    By fokusapt in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 02-15-2004, 06:34 PM

Posting Permissions

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