Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
i have a site where you can request to see a price of a part.
i want to put a form where you type in what you want, color, size, etc.
then u click submit and it send its to me....
easiest way to do so?
i think i need it in HTML bc my server does not support CGI or php.Forget Microsoft, Go with Linux.

If it doesn't need to be in real-time (for which you would need something like php), you should put together a form that sends an email.
I programme in PHP, so i can't really help, but try run a search for "send email in html".

> this did not work, i need to be a member.
did you mean webmasterworld? weird, someone also said that he needs to become a member to view posts in that site, but that never happens in here.
anyways, the link in webmasterworld is basically this:
<form action="mailto:xyz@xyzhost.com" method="post" enctype="text/plain">that will send the submitted content to xyz@xyzhost.com --- by opening a mail client in the visitor's computer (if they have one)...
there're some true webmailer (free) services. basically you'll POST the form to their URL and they'll send it to an email (yours)...
but that also won't be too professional because usually they'll put their page (ad invested) on, after your visitor click submit...
sample service:
http://pages.hostedscripts.com/formmailer.html

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |