Results 1 to 8 of 8

Thread: html submit button

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    53

    Question html submit button

    I have been using html for my submit button, and I have been searching through the pages and found no solution to my problems. I tried using php but fact is I am hopeless at that.
    If you could help me I would be really greatful...I used this script

    <form action="mailto:[email protected]" method="post" enctype="text/plain" name="form1">

    <textarea name="textarea" cols="50" rows="7"></textarea>

    <input type="reset" name="Reset" value="Reset">

    <input type="submit" name="Submit2" value="Submit">

    </form>

  2. #2
    Hyperactive Member bsw2112's Avatar
    Join Date
    Nov 2001
    Location
    ottawa, canada
    Posts
    292
    what are you trying to do?
    what is the problem?

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    53
    THAT WAY DOESN'T WORK FOR ME!
    Platty rules

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Bloody hell, where's your manners?

    http://www.netmechanic.com/news/vol3/form_no4.htm

  5. #5

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    53
    they are obviously no where near you
    Platty rules

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I'm not the one asking for help then throwing a wobbly when somebody asks me to clarify.

    No need to thank me for that link, it was my pleasure.

  7. #7
    Lively Member scoutt's Avatar
    Join Date
    Aug 2002
    Posts
    84
    change
    <input type="submit" name="Submit2" value="Submit">

    to

    <input type="Submit" name="Submit2" value="Submit">
    Just Imagine what you can do with the power of php.

    257 Tutorials and counting.
    529 Snippets and growing.

    Add yours today @
    SnippetLibrary.com

  8. #8

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    53
    thank you for the link, and I am sorry about throwing a wobbly, the whole thing was just pissing me off.
    Platty rules

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