表单提交mailto [英] Form submit mailto

查看:99
本文介绍了表单提交mailto的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个小问题,
i已经为iPhone开发html,css,javascript应用程序,并且我有一个提交邮件的表单:

 < form action =mailto:some emailmethod =postenctype =text / plain> 
名称:
手机:
电子邮件:
评论:
< / form>

当我点击发送,iphone电子邮件应用程序打开所有的细节,但所有的细节转换为乱码(所有的文本都是用希伯来语)。
我如何管理希伯来文中的细节,而不是在iphone电子邮件应用程序中转换为乱码?

code> mailto:表单中的URI是太不可靠WWW 。改为使用HTTP URL并从您的服务器发送电子邮件。


i have a little problem, i have developing html, css, javascript application for iphone and i have a form that submitting mails like:

<form action="mailto:some email" method="post" enctype="text/plain">
name:
phone:
email:
comments:
</form>

and when i click send, iphone email application opening with all the details, but all the details converting to gibberish (all the text is in hebrew). how can i manage the details remain in hebrew and not converting to gibberish in the iphone email app?

解决方案

mailto: URIs in forms are too unreliable to use on the WWW. Use an HTTP URL instead and send the email from your server.

这篇关于表单提交mailto的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆