D
Dado
With next form I get mail to send, but in a mail I got wrong encoding for
Croatian diacritical marks "ŠÐÈÆŽ".
In a page properties I set Central European (windows) and a rest of page
shows fine. What I need to change to get encoding correctly also in a mail
which form send to me.
<CENTER>
<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com"
ENCTYPE="text/plain">
<INPUT TYPE="text" NAME="username"> : name <BR>
<INPUT TYPE="text" NAME="email"> : email <BR>
comments <BR>
<TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
</TEXTAREA>
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
<BR>
<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear">
</FORM>
</CENTER>
<!-- END OF FORM -->
Kako rjesiti problem?
p.s.
this
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
also doesn't work. If you know the reason I would like to answer me.
Croatian diacritical marks "ŠÐÈÆŽ".
In a page properties I set Central European (windows) and a rest of page
shows fine. What I need to change to get encoding correctly also in a mail
which form send to me.
<CENTER>
<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com"
ENCTYPE="text/plain">
<INPUT TYPE="text" NAME="username"> : name <BR>
<INPUT TYPE="text" NAME="email"> : email <BR>
comments <BR>
<TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
</TEXTAREA>
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
<BR>
<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear">
</FORM>
</CENTER>
<!-- END OF FORM -->
Kako rjesiti problem?
p.s.
this
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
also doesn't work. If you know the reason I would like to answer me.