ok here is my dilemna, I recently moved my site over from a unix box to a windows 2000 box. We used a cgi form mail program to submit registration forms via email. I can't get the program to work with IIS, so I changed my forms to mailto: instead of using the mail program, until I find a better solution. I am trying to figure out how I can redirect them to a thank you page after they submit their information. I know there is a redirect with ASP but how can I get it to redirect after the submit button is hit? Does anyone have any ideas?