473,396 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Javascript Poll

Hi. I'm a newbie to Javascript and I have been tasked with creating an online poll to grade and/or rate a particular story that is being put out on my church's website. From what I have read, I know that Javascript is client side only and I can't send the poll results to a database.

But I don't need to do that. What I would like to do is have the user complete the survey and have that information sent to the story creator directly in an email. The result would need to be displayed in the body of the email. Can this be done and if so, where can I find the code to do that??

I hope this is possible and I appreciate any assistance provided to me.

Thanks!

Adam
Apr 29 '06 #1
1 6010
Banfa
9,065 Expert Mod 8TB
If the website has no server side script ability then I think you have 2 options

setup your on form and set action attribute of the form tag to "mailto:User@domain.com". The problem with this is that the email address used is vunerable, i.e. unsrupulous bots can pull the email address from the website which could then be used for spamming.

The second option is to use a third party hosted form, there are lots of sites out there that do this just Google "free form mail" to find loads. Basically the third party host a page with your form(poll) on it and email the results to you. Some sites even do it for free with adverts.

I can't recomend one because the sites I run have server side script so I just do my own thing.
Apr 29 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Questman | last post by:
Does anyone have code they could share that would implement a telnet session in a browser using Javascript? I've seen it done once, but they did not have code available. This would be integral to...
11
by: matty | last post by:
Hi, I was wondering if there is a known statistic on how many people disable javascript support from their client, and if they do is it intentional or by some default, and when it is intentional...
13
by: mofmans2ndcoming | last post by:
Hi all, I have looked through MSDN on this one and can't seem to find the answer anywhere. I have created a JavaScript that will launch a meeting request for an address selected from a list....
3
by: Ajinkya | last post by:
How can I poll for serial port data using javascript ?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.