473,385 Members | 1,610 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,385 software developers and data experts.

email forms

truthlover
107 100+
Is it possible to have non-cgi email form that doesnt launch the email program used on the computer it's being sent from?

Thanks!
Dec 11 '07 #1
5 1737
acoder
16,027 Expert Mod 8TB
Welcome to TSDN!

For that, you will need some server-side code to actually send the email.
Dec 11 '07 #2
truthlover
107 100+
Welcome to TSDN!.
Thanks for the welcome :)

For that, you will need some server-side code to actually send the email.
I dont imagine there's a generic code someone could provide for that, is there? The situation is I'm building a website for a school, but it's hosted by someone who has a server in their house and for some reason, there are all kinds of barriers to communicating with him (on his end, not the school).

The users of the site are mostly non-computer users, so the javascript code i found that throws up warnings or even opens an email program on someone just wouldnt work.

I'd use a cgi script, but that would require me to have to get information from this person.

So i was hoping for a script that wouldnt envolve my needing to ask him any questions.

Any suggestions?

TIA
-Barb
Dec 12 '07 #3
acoder
16,027 Expert Mod 8TB
JavaScript has no means of sending email.

You will therefore need a server-side language to send the email. Which language does your host support? Some possibilities are PHP, ASP, Perl, Coldfusion, JSP, etc.
Dec 12 '07 #4
truthlover
107 100+
Which language does your host support?
I dont know. I've been having trouble with the owner of the server the site is being hosted on not wanting to communicate with the webmaster. That's why i was hoping for a script or some other method that would allow me to bypass needing to get information from him.
Dec 13 '07 #5
acoder
16,027 Expert Mod 8TB
I'm afraid that's the only way unless you use ActiveX with IE only (though I don't know if that's even possible). The problem (if it even works) would be that when using ActiveX, your users could only use IE and you will need to make sure that the settings are low enough to allow ActiveX to run (not a good idea).
Dec 13 '07 #6

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

Similar topics

88
by: Mike | last post by:
Is there a way to determine what a user's default email client is? I read a post from 3 years ago that said no. I guess I'm hoping something has come along since then.
1
by: Keith | last post by:
I'm sending a email via Access 2000 and don't have a problem with the basic format. What I want it to automatically grab the email of the tech and insert it in the TO. I have a combo box which...
4
by: acni | last post by:
I have the following peice of code to try and send an email to selected contacts in my form.The problem is this line: StrStore = DLookup("", "qrySelectEmail", "??????") This looks up the email...
3
by: Kenneth Farmer | last post by:
Several of my websites are getting hosed by automated scripts that insert all kinds of jiberish into the forms and newsletter sign-up fields. Sometimes I get a hundred an hour. I noticed the...
3
by: Siv | last post by:
Hi, A little while ago I wrote a small program that allowed the user to view products from a database. The database holds the details of the products which can be viewed via a form and...
36
by: Liam.M | last post by:
hey guys, I have one last problem to fix, and then my database is essentially done...I would therefore very much appreciate any assistance anyone would be able to provide me with. Currently I...
0
by: Sister Ray | last post by:
I'm trying to create a simple form that sends an email using my company's exchange server. I'm using the System.Net.Mail Namespace of the .net framework 2.0. I've googled everywhere and i think my...
4
by: Tony M | last post by:
VS 2005 - XP media - VB .net - winforms - .net 2.0 Just trying to send an email, here is the code and the error message that I get. I can't figure out how to fix it?
0
colinod
by: colinod | last post by:
Does anyone know if you can send an email from Access using the stationary set in outlook. I have a form that sends the email but it only opens a blank email, it would be great if it opened using...
4
by: zufie | last post by:
I have a main form containing a command SEND button that prompts an email form to pop up. The email address(es) that are supposed to appear on the email form are those corresponding to the...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.