textbox to email

liunx

Guest
this i prolly ded easy for u guys, i aint got a clue bout this :( <br />
<br />
if i had 2 textboxes on a page, then a button and the bottom, when pressing this button, it auto sends the text box information to my email address. can any1 help me with this? thanks ~Sean<!--content-->couple of ways to do it.<br />
<br />
1. <form action="mailto:[email protected]"><br />
<br />
as that way wil open up the users default email program, but NS has problems with it as it doesn't see outlook.<br />
<br />
2. you get a script from matt's page <!-- m --><a class="postlink" href="http://www.worldwidemart.com/">http://www.worldwidemart.com/</a><!-- m --> and look for a script called formmail.cgi<!--content-->thanx for your help:) it worked great:chainsaw:<!--content-->it kinda went pear shaped:( when i press the submit button it open the cgi document on a clean page so u can see all the text:( helppp:confused:<!--content-->you have to make sure your ISP allows cgi files to be run on there system and in which folder and the shabang line is correct. all from which you ISP can tell you.<!--content-->argh:confused: do u know any sites where this workes well so i can see how they did it and develop it from there? i checked the postmail hting from around the world on matt's site but nearly all of them are down and the ones that arent return errors. bear with my lameness:D sorry<!--content-->all you will be able to see is the form and not teh formmail.cgi script.not too sure what that will accomplish. it sounds like your server is not setup right to run cgi scripts.<!--content-->
 
Back
Top