Link to home
Start Free TrialLog in
Avatar of Tutalian
TutalianFlag for Canada

asked on

Javascript Order Form?

I need to create an order form for my page. A form where the user can enter information and can be submitted to an e-mail address. Something easy to install and add to. I was hoping it could be Javascript but can be something else. If someone could please provide me with a link to a good form.

Thanks
Avatar of jaysolomon
jaysolomon

here is an order form
http://www.irt.org/instant/chapter8/sales/index.htm

here is some ways to email (however emailing should be done via server side language such as perl/cgi, asp, php, jsp)

http://www.irt.org/instant/chapter8/mailto/multiple.htm

http://www.irt.org/instant/chapter8/mailto/simple.htm

Avatar of Tutalian

ASKER

Sorry...I wasn't being specific enough. I need an order form where the user can enter (type info into fields) information. THen submit, sending to one of my e-mail addresses). I don't really care what language it's written in, as long as it has easy implementation.

eg.

First Name: _____________
Last Name: _____________
Manufacturer: _____________
Item Number: _____________

Submit
What language does your server support?
Perl/cgi, PHP, ASP
ASKER CERTIFIED SOLUTION
Avatar of dlzone
dlzone

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I also want to add popups to this form. Is this possible? Also, how do I set up the submit button once I have all the information in the form?