javascript - Form submit mailto -
i have little problem, have developing html, css, javascript application iphone , have form submitting mails like:
<form action="mailto:some email" method="post" enctype="text/plain"> name: phone: email: comments: </form> and when click send, iphone email application opening details, details converting gibberish (all text in hebrew). how can manage details remain in hebrew , not converting gibberish in iphone email app?
mailto: uris in forms too unreliable use on www. use http url instead , send email server.
Comments
Post a Comment