Results 1 to 2 of 2

Thread: Email Bar

  1. #1
    Join Date
    Oct 2004
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Email Bar

    I am designing a web-page which has a text box and submit button on it for people to forward their email address to me
    But I need a better one then html because html sends it through an email...

    eg.
    <form method="POST" action="mailto:barrykeane_@hotmail.com">
    Email Address:<input type="text" name="Name" size="30" tabindex="1">
    <input type="submit" value="Go" name="Submit" tabindex="2">
    </form>

    Can anyone tell me how to do a simple one . One like the one on this site...

    http://www.vodafone.co.uk
    Where is has the search bar(something on those lines...)

    Thanks for your time...

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Reddish
    I am designing a web-page which has a text box and submit button on it for people to forward their email address to me
    But I need a better one then html because html sends it through an email...
    I've answered this question several times now. For example, in a question regarding sending text files by e-mail. The first and last part of that post are the most appropriate.

    Mike

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
  •