Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
help with email problem
Old 02-28-2005, 05:07 AM help with email problem
oohmygod831's Avatar
Average Talker

Posts: 29
Trades: 0
im doing a project at college which requires me to create a website, im going for extra brownie points and i want the site to be great but ive hit a snag. i using dreamweaver studio mx 2004 and the site will be run from a cd.
I am trying to create a page so users can email me direct. i want some text boxes to store the information like name, email number and message and i want a button so that when its clicked, the information from the text boxes goes straight to the email address. ive tried using mailto but that just makes my own write new email window pop up. i know i should be using a server but i cant at the minute. is theere anyone who can help
oohmygod831 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-28-2005, 05:16 AM
LGR
Extreme Talker

Posts: 241
Trades: 0
Usually, you would require a cgi script, which resides in the cgi-bin on your server. That is used to process the data collected by the form and redistribute it as necessary (i.e. to a designated email address or data file).

I think it is possible, altohugh not entirely sure, just to copy the information entered in a form to a text file, which I guess is what you would require in your situation, without the need for the full cgi script.
LGR is offline
Reply With Quote
View Public Profile
 
Old 02-28-2005, 08:39 AM
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
Trades: 0
If you are using PHP, the process is fairly straightforward. See the second post in the following thread:

http://www.webmaster-talk.com/showthread.php?t=11008
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Old 02-28-2005, 03:20 PM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
You could have the form submit to a page externally hosted that would send the e-mail. The majority of the site would be on CD, including the form. Then put a single script on a web server somewhere and point the orm to that. The script would simply process and send the e-mail, then display a thank you page.

Might be worth putting a little note on the form page saying 'You must be connected to the internet for this to work' (or something with better wording...)
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 02-28-2005, 07:43 PM Works (sort of) ..but not the best
QueenOfStarwars's Avatar
Average Talker

Posts: 20
Trades: 0
Though I always tell my students NOT to use this, you can send a form's input via email without the use of PHP, cgi, etc.... Be warned, though, that the computer must have a default email client set up (ex: like Outlook).

<form method="post" name="myEmailForm" action="mailto:youremail@isp.com">

blah...

</form>

It looks like from your post, though, that you'll need to use more advanced tools. This one simply sends an email to the person indicated using the mailto function, but includes the items from the form.
__________________
Jeannie
"ergo bibamus"
QueenOfStarwars is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to help with email problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15719 seconds with 12 queries