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...



. One like the one on this site...
Reply With Quote

Bookmarks