问题描述
我正在网站上工作,希望我的用户能够尽可能轻松地提供反馈。我知道一种方式,但我总是讨厌它:
< a href =mailto:[email protected] >点击此处会被惹恼!< / a>
有没有JavaScript或HTML方式让我的用户无需通过很多麻烦?
联系表格: 毫无疑问,这个链接最初是最简单的 - 一个简单的点击;但是,考虑到所有事情,我完全同意联系表格是大多数目的的出路,出于我上面列出的原因等等。
好吧,因为汤姆挑战我,;)以下是一些复制粘贴联系人小部件,您可以并在一分钟左右进行测试。
某些可自定义的Flash联系人/ MailTo小工具:
$ b
-
一个可定制的联系表单。风格高度可定制。
-
在您网站的
联系页面中使用此小工具。通过
避免垃圾邮件在您的
网站或博客中提供您的电子邮件地址。这个小工具的价格高达
可定制。这使用图像
验证码功能。支持多种
语言。版本3.
3300下载 -
现在,如果你真的不想要一个
的表格,但确实想要一个电子邮件链接,指出
垃圾邮件机器人无法启动,这里是您的
窗口。在自定义区域中,
可以定义您的参与方并将其邮寄给
地址。这是一个简单的闪存
按钮,所以用户在打开邮件客户端之前不会看到它
。
I am working on a website and would like for my users to be able to give feedback as easily as possible. I know one way but I've always hated it:
<a href="mailto:[email protected]">Click Here to be annoyed!</a>
Is there a way in JavaScript or HTML to allow my users to email me without having to go through a lot of trouble?
A CONTACT FORM:
- avoids spam bots that pick up 'mailtos'
- allows you to validate that the form user is 'human' (optional captcha)
- gives you total server-side control over data format
- allows you to change your email easily from the server, anytime
- hides your favorite, real email from your visitors/members/site users
- gives you the option to control the topic (via select menu, etc.)
- gives you an opportunity to have the user check off something extra
- e.g., a survey question, subscription opt-in, interest in services, quote, etc.
- gives you an opportunity to return a thank you (or sales page) after submission
- gives you another opportunity to look professional
There's no question the link is the easiest initially-- a simple click; but, all things considered, I whole-heartedly agree that a contact form is the way to go for most purposes, for the reasons I listed above, and more.
Well, since Tom challenged me, ;) Here are a few copy-and-paste contact widgets that you can have up and tested in a minute or so.
Some Customizable Flash Contact/MailTo Widgets:
http://www.widgetbox.com/widget/contactify-widget-beta A customizable contact form. The style is highly customizable.
http://www.widgetbox.com/widget/contact-emailer-version3-rajwidgetboxUse this gadget in your web site'scontact page. Avoid spams by notproviding your email address in yoursite or blog. This gadget is highlycustomizable. This uses imageverification code feature. Multiplelanguages are supported. Version 3.3300 downloads
http://www.widgetbox.com/widget/ultimate-antispam-email-linkNow, if you really do not want aform, but do want an email link thatspam bots cannot pick up, here's thewidge for you. In the custom area,you define your parties and mailtoaddresses. It's a simple flashbutton, so the user doesn't see ituntil it opens their mail client.
这篇关于如何避免邮件烦恼?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!