Go Back   Novahq.net Forum > Computers > Web design and Programming

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-10-2001, 11:54 PM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Sad Does anyone know . . .

Does anyone know how to put a submit form on their page that will send the results to an e-mail address that you specifiy without the submitee having to send it with their e-mail client on their computer? Do I have to use CGI script or some other language I know nothing about?
__________________


Reply With Quote
  #2  
Old 11-11-2001, 12:31 AM
~DevilDog#1~ is offline ~DevilDog#1~
Registered User

Join Date: Sep 2001
Posts: 21

Send a message via ICQ to ~DevilDog#1~
Panther is your guys
__________________
Ignorance is the night of the mind, a night without moon or star.

Confucius (B.C. 551-479)
Chinese Ethical Teacher - Founder of Confucianism
Reply With Quote
  #3  
Old 11-11-2001, 02:12 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,920

first you have to build a form.. then you can get formmail.pl from here http://www.worldwidemart.com/scripts...ml#Downloading to pass the emails to you hope this helps
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #4  
Old 11-11-2001, 08:35 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,920

you may run into a few problem though..
#1. dont think geocities suppots CGI
#2. dont think geocities suppots PHP
#3. you need a little experance to figure it out.. its not just poing and click you have to edit the files in notepad
But.. i coild sure tell you how to incert a form into a webpage... but they will have to use a email client
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #5  
Old 11-11-2001, 11:11 AM
~DevilDog#1~ is offline ~DevilDog#1~
Registered User

Join Date: Sep 2001
Posts: 21

Send a message via ICQ to ~DevilDog#1~
He means MS Outlook or CC Mail or whatever e-mail software is on your machine, not the POP accounts of Yahoo and Hotmail.
__________________
Ignorance is the night of the mind, a night without moon or star.

Confucius (B.C. 551-479)
Chinese Ethical Teacher - Founder of Confucianism
Reply With Quote
  #6  
Old 11-11-2001, 02:01 PM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
I already know how to do that. But I don't want the people sending data to let me know their e-mail address without them wanting to reveal it. that's what happens when I use my form.
__________________


Reply With Quote
  #7  
Old 11-11-2001, 04:19 PM
~DevilDog#1~ is offline ~DevilDog#1~
Registered User

Join Date: Sep 2001
Posts: 21

Send a message via ICQ to ~DevilDog#1~
Panther is your guys
__________________
Ignorance is the night of the mind, a night without moon or star.

Confucius (B.C. 551-479)
Chinese Ethical Teacher - Founder of Confucianism
Reply With Quote
  #8  
Old 11-11-2001, 04:52 PM
zza1pqx is offline zza1pqx

Join Date: Sep 2001
Posts: 1,631

Send a message via ICQ to zza1pqx Send a message via Yahoo to zza1pqx
It is possible to do it without using scripting and without having a gobbledey gook message from the form.

I am ****ed if I can remember it but I will.
__________________



Reply With Quote
  #9  
Old 11-13-2001, 03:22 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,920

I know how to do it if you had php.. thats how the vs join and challenge forms work... the info i get about the person is the email he types in... the email is sent under my name so unless they type there email address in I cant get it... i suggest anyone using formmail.pl should switch to mailite.php3... it is way easier to set up and runs alot smoother considering its php!

I will look real fast if there is one in mabee javascript... brb
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #10  
Old 11-13-2001, 03:36 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,920

nope.. sorry i couldnt find one ill keep my eye out..
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #11  
Old 11-27-2001, 12:19 PM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Can anyone else help me?
__________________


Reply With Quote
  #12  
Old 11-28-2001, 06:03 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
Post

found an excellent link for u.
this is all i can say really cause i dont know how to send a form my self, i can make a from in html but i dont know how to set it up so it can be sent.
hopefully you will find all u need here http://html.about.com/cs/forms/
Reply With Quote
  #13  
Old 11-28-2001, 11:31 AM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Sending a form is easy, I'm just looking for a way for the form to not be sent by e-mail. Thanks for the link SB, Im going to be going over this one for a while.
__________________


Reply With Quote
  #14  
Old 11-28-2001, 12:00 PM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
Post

oh i get ya.

there are loads of cgi, php and asp scripts that do that. infact i reckon they all do that, surely?

so the original answer is YES, you do need to know cgi or soem scripting language u dont know anything about
Reply With Quote
  #15  
Old 11-29-2001, 11:47 AM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Do you know if Java can do it? I know CGI can, but that takes forever to do. If possible, I'd like use Javascript for form sending.
__________________


Reply With Quote
  #16  
Old 11-29-2001, 11:59 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
hmm, i don't think so. but im not 100%.

i'll try to find out for u
Reply With Quote
  #17  
Old 12-03-2001, 06:31 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
looks liek ur gonna have to use server side scriping for the job, u need something that can process the data from th eform and JS cannot do that. found a link for u anyway about sending email via JS, but th examples ive seen just bring up ur default mail client
http://www.hotscripts.com/JavaScript...Email_Scripts/
Reply With Quote
  #18  
Old 12-03-2001, 12:49 PM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Damn. I guess I'll just leave it then.
__________________


Reply With Quote
  #19  
Old 12-05-2001, 12:23 PM
zza1pqx is offline zza1pqx

Join Date: Sep 2001
Posts: 1,631

Send a message via ICQ to zza1pqx Send a message via Yahoo to zza1pqx
At all stages of your web-site design you have to ask yourself, what is it that I am doing here, what is it meant to achieve?

If you really do need info off users and you think that they will want to give it to you then dont worry that their E-Mail address will be sent.

People who want to participate in these sort of things dont give a monkeys anyhow. When I am surfing my Default E-Mail is not the one that I actually use so you wouldn't get one worth having anyway.

In past web-sites I have added a line in the text saying that I guarantee no spam as a result of using my forms and that satisfies most people.

If you dont actually need user info though, then dont put in a from. Its bad design.

Forms or no forms, that is the question my friend. Any form you fill in on the entire web is likley to send you address to the forms recipient so why does it cause you a problem specificaly.?
It wont upset regular visitors to your site unles they are coming on to the web solely to use your site.....
__________________



Reply With Quote
  #20  
Old 12-07-2001, 02:00 PM
Necromancer is offline Necromancer
Registered User

Join Date: Oct 2001
Posts: 62

Send a message via ICQ to Necromancer
Well, I guess I can live with what I've got.
__________________


Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump


All times are GMT -5. The time now is 04:33 AM.




Powered by vBulletin®