Hello,
Basically, I am using a form for our clients to populate an HTML email. They hit submit, the form is filled out with what they indicated, then they save this.
This is using ASP. Now they want the option to do this with a text file, since not all email clients allow images/styling/etc. I need to use those form fields, to populate a text file.
I'm trying to avoid using the client's PC with activeX (since they need IE and drivers), as well as the server to create, modify, maintain the text files.
Does anyone know a way to open a new window in javascript, and change the actual header to text type? I've been searching the internet to no avail.
Thank you.
Basically, I am using a form for our clients to populate an HTML email. They hit submit, the form is filled out with what they indicated, then they save this.
This is using ASP. Now they want the option to do this with a text file, since not all email clients allow images/styling/etc. I need to use those form fields, to populate a text file.
I'm trying to avoid using the client's PC with activeX (since they need IE and drivers), as well as the server to create, modify, maintain the text files.
Does anyone know a way to open a new window in javascript, and change the actual header to text type? I've been searching the internet to no avail.
Thank you.