[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.6

Returning data via email using cgi bin

Asked by jlablans in ISPs & Web Hosting

Tags: email, using

Hi,

I have created a simple intro for a site and linked it to a simple html form. However, when the submit button is clicked - I can't seem to get the cgi to return the data from the form to my email address - just comes back with "page cannot be displayed". Either there is a problem with my code or the path to the cgi is incorrect. I have tried a number of different things with no joy. Could someone please breeze through my code and let me know if there are any obvious probs with it. Many thanks:-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>INTROform</title>
</head>

<body>

      <form name="form1" method="post" action="http://turnfurlong.co.uk/usr/sbin/sendmail">
<input name="subject" type="hidden" id="subject" value="enquiry from web site">
<input name="recipient" type="hidden" id="recipient" value="swoodley@jslcomputers.co.uk">
<table width="500"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="row">Name:</th>
    <td><input name="textfield" type="text" size="60" maxlength="50">
    </td>
  </tr>
  <tr>
    <th scope="row">Email:-</th>
    <td>
      <input name="textfield2" type="text" size="60" maxlength="50">
    </td>
  </tr>
  <tr>
    <th scope="row" colspan="2">      What would you like to see on the website?<br>
      Please
      take a moment to note some of your suggestions below.<br>
        Remember, this website is being designed for you and your children and
        your input will be gratefully received!
        <textarea name="textarea" cols="60" rows="10"></textarea>
        </td>
  </tr>
  <tr>
    <th scope="row">Submit</th>
      <td align="center">    
        <input type="submit" name="Submit" value="Submit">
   </td>
  </tr>
</table>
</form>
<p>&nbsp;</p>
<p>&nbsp; </p>
</body>
</html>
 
Related Solutions
 
Loading Advertisement...
 
[+][-]11/28/05 11:14 PM, ID: 15378176Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: ISPs & Web Hosting
Tags: email, using
Sign Up Now!
Solution Provided By: hendridm
Participating Experts: 1
Solution Grade: B
 
 
Loading Advertisement...
20091111-EE-VQP-89