Results 1 to 4 of 4

Thread: Ok So Whats The Biggest Shh!

  1. #1
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    Hi, im looking for the email script which you can add to html pages. Basically you fill in the details in a "form" click send and then outlook usually loads and says something like "this form will send with encripting data". TRShady used to have it on his very old geocities etc sites.

    Please help!!!

  2. Internet, Programming and Graphics   -   #2
    Ynhockey's Avatar Poster
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    406
    Well, you can do this by setting the form's action to mailto:[email-address-here]

    But I'd recommend using PHP's mail() function, as it requires no outlook or other e-mail clients, doesn't stop the form from sending data to other pages, etc.

    It's really the best solution imo.

  3. Internet, Programming and Graphics   -   #3
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    Originally posted by Ynhockey@8 February 2004 - 00:16
    Well, you can do this by setting the form's action to mailto:[email-address-here]

    But I'd recommend using PHP's mail() function, as it requires no outlook or other e-mail clients, doesn't stop the form from sending data to other pages, etc.

    It's really the best solution imo.
    where do you get these from?

  4. Internet, Programming and Graphics   -   #4
    h1
    Guest
    Look in the "Email Thingy" thread by Keikan.

Bookmarks

Posting Permissions

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