Anyone know html?

Discussion in 'Technology' started by BenC, Apr 19, 2006.

Users Viewing Thread (Users: 0, Guests: 0)

  1. BenC

    BenC

    Joined:
    Nov 7, 2002
    Messages:
    974
    Likes Received:
    0
    Anyone know html?

    im trying to create a form that once submitted will send an email from the site to an account but im stuck its trying to open outlook and send it.

    heres the code:

    <FORM METHOD="POST" ACTION="mailto:shuttle-systems@hotmail.co.uk">

    Your name:<br>
    <input name="name" type="text" size=60> <br>

    <p>
    <font style="font-size: 9pt">Your email address:</font><br>
    <input name="email" type="text" size=60> <br>

    <p>
    Your question?<br>
    <textarea name="comments" COLS=60 ROWS=8></textarea><br>

    <p>
    <input type="submit" value="Send">
    <input type="reset" value="Clear">
    </form>
  2. 1615634792921.png
  3. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    you cant just do it with simple html like that.

    you need an asp/php mail script or something and also access to some form of smtp server to relay the mail thru.

    google is your friend :up:
  4. SeniorChem Si

    SeniorChem Si Registered User

    Joined:
    Feb 14, 2002
    Messages:
    7,825
    Likes Received:
    0
    Location:
    Getting it on
    yeah, so get back to straightening your hair and leave the coding to real men :p
  5. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    :lol: :lol:
  6. SeniorChem Si

    SeniorChem Si Registered User

    Joined:
    Feb 14, 2002
    Messages:
    7,825
    Likes Received:
    0
    Location:
    Getting it on
    oh and wrong forum!!!

    ban him Jess
  7. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    i noticed that but left it so he wud suffer the wrath of cooper :devil2: :laugh:
  8. SeniorChem Si

    SeniorChem Si Registered User

    Joined:
    Feb 14, 2002
    Messages:
    7,825
    Likes Received:
    0
    Location:
    Getting it on
    well she's got the hots for him apparently, so it's unlikely :p
  9. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    ahhhh!!

    so he's allowed to post in the wrong forum! :eek:

    shame on u cooper :tut: :lol:
  10. Jess C

    Jess C Tookie

    Joined:
    May 15, 2003
    Messages:
    15,084
    Likes Received:
    0
    Location:
    Coast
    I HADNT SEEN IT
  11. Rossy

    Rossy . Staff

    Joined:
    Jul 31, 2004
    Messages:
    7,916
    Likes Received:
    180
    Location:
    Posts:456780000000000000000
    Scotty1120 deffinitely knows how to do this because he's got this function and many others on his anime website.

    Give him a PM and I'm sure he'll sort you out.
  12. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    YOU SHOULD HAVE!

    ITS YOUR JOB! :lol: :screw:
  13. SeniorChem Si

    SeniorChem Si Registered User

    Joined:
    Feb 14, 2002
    Messages:
    7,825
    Likes Received:
    0
    Location:
    Getting it on

    give her a break man... she probly didn't know HTML was techy speak
  14. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    Im joking :blush:

    sorry jess :( :flowers: :love: :angel2:
  15. BenC

    BenC

    Joined:
    Nov 7, 2002
    Messages:
    974
    Likes Received:
    0
    Oi less of that :fart:

    @Rossy - I'll drop him a pm cheers fella!
  16. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    Sleepy's right, you need a script or an SMTP mailserver to bounce the mail through.

    If you have CGI-BIN on your webspace give this link a look:

    http://www.perlfect.com/articles/sendmail.shtml

    Or failing that scotty knows more about it ;)
  17. BenC

    BenC

    Joined:
    Nov 7, 2002
    Messages:
    974
    Likes Received:
    0
    Yeah ive been doing some reading and it does look like I need an smtp server, ive only got free webspace though so Im not too sure what they offer
  18. Alexander

    Alexander Registered User

    Joined:
    Jun 12, 2002
    Messages:
    14,252
    Likes Received:
    0
    you could always smooth talk jess into, pestering rob to do it.
  19. BenC

    BenC

    Joined:
    Nov 7, 2002
    Messages:
    974
    Likes Received:
    0
    haha nah I'll just leave it, it was only an additional extra anyway so I can do without
  20. Alexander

    Alexander Registered User

    Joined:
    Jun 12, 2002
    Messages:
    14,252
    Likes Received:
    0
    :lol: :lol: thats a bit harsh jess is fit
  21. BenC

    BenC

    Joined:
    Nov 7, 2002
    Messages:
    974
    Likes Received:
    0
    Shes not an additional extra mate shes something else :wink:

Share This Page