Forum Moderators: open
Also is there any way I can send a different message to myself with the same click of the submit button?
For the Japanese markt, iso-2022-jp character encoding is rather standard for emails. For other countries with double-byte characters you might need to encode in Unicode or other encodings. I'm afraid there is no single answer to this question.
As for the HTML question, you better ask in the forum HTML and Browsers [webmasterworld.com]
How can I do this using HTML programming?Just set the proper character encoding for the language you're using in the HTML.
For Japanese you might add this to the head:
<meta http-equiv="Content-Type" content="text/html;charset=Shift_JIS"> Also is there any way I can send a different message to myself with the same click of the submit button?That should be possible. It depends of the particular form-mail CGI script you're using as to how this would work.
<form action="http://example.com/cgi-bin/cgiemail/formmail2.txt" METHOD=POST name="join mail" id="join mail">
I want to be able to send formmail2.txt AND formmail1.htm
Any suggestions on the comand to use and how to set out the HTML file to be used as the email template?
Cheers....
[edited by: Woz at 11:55 am (utc) on July 29, 2003]
[edit reason] examplified URL [/edit]