Thread: html question

  1. #1
    Registered User canine's Avatar
    Join Date
    Sep 2001
    Posts
    125

    html question

    ok this obviously isn't about C but i dont know where to ask and you guys aparently know everything . well in html how can u make an input (an edit box) that when return is hit it records the input, or e-mails it or something like that.
    Thanx in Advance
    In a perfect world every dog would have a home and every home would have a dog.
    Visit My Web Site, Canine Programming
    I use Win32 API

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Try ASP or PHP (maybe DHTML culd do it too, but I doubt it...)

  3. #3
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    If you use Microsoft Frontpage there is a menu item on insert that allows you to do this automatically.

    - Sean
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

  4. #4
    Double Catfish
    Guest
    <form action="mailto:[email protected]">

  5. #5
    Addicted to the Internet netboy's Avatar
    Join Date
    Dec 2001
    Posts
    158
    Try this forum...
    http://www.evrsoft.com/forum/

    Hope you'll gain more from that forum!!!
    It's unfulfilled dreams that keep you alive.

    //netboy

  6. #6
    Registered User canine's Avatar
    Join Date
    Sep 2001
    Posts
    125
    that forums down but if its not to much to ask can I have mabey an example of how to make an html form when submitted , mabey append something to a file on the server or something like that.
    In a perfect world every dog would have a home and every home would have a dog.
    Visit My Web Site, Canine Programming
    I use Win32 API

  7. #7
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by canine
    can I have mabey an example of how to make an html form when submitted , mabey append something to a file on the server or something like that.
    You could, but there are various different server side languages in use, and you haven't stated which one you are using. So, which is it?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  8. #8
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    This site may be usefull

    www.htmlgoodies.com
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  9. #9
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    the best things in life are simple.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Exam Question - Possible Mistake?
    By Richie T in forum C++ Programming
    Replies: 15
    Last Post: 05-08-2006, 03:44 PM
  2. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  3. Design + HTML
    By orbitz in forum C Programming
    Replies: 8
    Last Post: 11-21-2002, 06:32 AM
  4. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  5. HTML question
    By Dave18 in forum Tech Board
    Replies: 5
    Last Post: 09-27-2002, 06:36 AM