| View previous topic :: View next topic |
| Author |
Message |
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Dec 21, 2006 8:49 am Post subject: i need help with something... |
|
|
| i am working on a site for my school, and i am trying to make a box, where someone visits the page, and can simply enter their name, their e-mail, and a comment, and just hit submit, and it gets e-mailed to the selected e-mail address... can anyone please help me with the code for this? it would be greatly appreciated |
|
| Back to top |
|
 |
|
|
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Dec 21, 2006 8:56 am Post subject: Re: i need help with something... |
|
|
| so far, i have figured out how to make the boxes appear, and make the submit box appear, but i cant make it so that when the submit button is pressed by someone, i recieve the email... grrrrr |
|
| Back to top |
|
 |
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Dec 21, 2006 9:19 am Post subject: Re: i need help with something... |
|
|
| can anyone help me with this? it is really important... all i am trying to figure out is basically how to get the stuff someone enters to be e-mailed to a designated e-mail address when the person presses the "submit" button. I have the entire thing set up but i cant figure out how to get it set up so it e-mails what is entered by someone... |
|
| Back to top |
|
 |
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Dec 21, 2006 9:31 am Post subject: Re: i need help with something... |
|
|
| uhhhh... anyways... if anyone knows how to get what i'm trying to get set up, if you could post it for me, that would be highly appreciated... THANKS =D |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Thu Dec 21, 2006 10:06 am Post subject: Re: i need help with something... |
|
|
Hi and welcome to DEVPPL.
Does your server support ASP or PHP ? |
|
| Back to top |
|
 |
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Thu Dec 21, 2006 5:51 pm Post subject: yeah |
|
|
| yes, it does |
|
| Back to top |
|
 |
lazersquash
Joined: 21 Dec 2006 Posts: 8
|
Posted: Fri Dec 29, 2006 1:17 am Post subject: ??? |
|
|
| can anyone help me? i still need help... =( |
|
| Back to top |
|
 |
ngpgeeta
Joined: 18 Nov 2006 Posts: 19
|
Posted: Sun Dec 31, 2006 8:46 am Post subject: Re: i need help with something... |
|
|
| I know little about it. For sending and receiving mails, you have to connect with pop3 and smtp servers. If you are using yahoo services, you have to configure your microsoft outlook with yahoo's pop3 and smtp server. I am trying to do the same thing, if I will be able to do it. I will let you know. |
|
| Back to top |
|
 |
Mali Marsovcek
Joined: 05 Jan 2007 Posts: 1 Location: Slovenia
|
Posted: Fri Jan 05, 2007 4:18 pm Post subject: Re: i need help with something... |
|
|
A question: I wrote a Perl program and converted it to an EXE file. This program should run with two or three arguments, i.e. "something.exe 22 33". It's easy to catch all arguments with @ARGV within the program.
The problem occurs when I try to run this program from a HTML file and I can run it only on a standalone computer - without any supporting Web servers.
So my question is: is it possible to pass one or more arguments to a HTML link so my above mentioned EXE program would recognize them correctly? The link <a href="something.exe"> starts the program only even when I tried with ?22&33 etc.?
Does anyone have the answer? |
|
| Back to top |
|
 |
|