Does anyone know how to do a mail form within an ASP page?
I need the page to be ASP so I can get some var's from the url or the previous form. If the file is a .asp, the submit button does nothing but refresh the page. If it's .htm(l) it works fine, but then the web server does not translate request.querystring property.

Going a different way is fine if you can site example or resources. Thanks people!

I don't want to use MAILTO url's because i'm looking for browser only independency (big work) lol

harry