Form to Email (but as HTML)

Snoopy

Prince
Joined
Aug 4, 2001
Messages
522
Location
New Zealand
Somehow I have got to maintain the html format of a form page and have it emailed to an email address.


Yes I know its bad to send html webpages to email addresses, but in this case its okay because we know who the email is going to.

Our server does not support PHP.

It does support ASP however.

If anyone can point me in the right direction of a script or anything??

And yes I have been everywhere.
aspin
asp101
webdev
codingforum
hotscripts
scripts
etc etc
 
Do you have cgi support? That would be the method I would recommend, and also the method I could provide the most assistance with.
 
Assuming your host supports cgi, check to see if they have any cgi scripts currently installed that could do what you're looking to do. Mine did. :)
 
If not it should take about 20 minutes to get a fully configured script up and running, even if you have no idea what you are doing.
 
Back
Top Bottom