Log in

View Full Version : Email Bar



Reddish
05-23-2005, 01:58 PM
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 :rolleyes:. 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...

mwinter
05-23-2005, 02:11 PM
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 (http://www.dynamicdrive.com/forums/showpost.php?p=8606&postcount=2). The first and last part of that post are the most appropriate.

Mike