Advertisement

08.05.2008 at 09:19PM PDT, ID: 23624579
[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!

8.2

Some basic basic help needed

Asked by snyperj in Web Languages/Standards

I am creating a basic customer survey form that has a submit button.  The action behind the submit to button is a mailto=me@mysite.com, etc.  If I want to put this on our web server at work, do I need to put smtp info somewhere in the html code?  I am not clear on how all that works.  In PHP you don't, but ASP you do???  Pls show an example of the syntax for the smtp line as it should appear.  Thanks!Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Customer Satisfaction Survey</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
</head>
 
<body>
<form action="mailto=me@mysite.com" method="post" name="Survey" target="_blank" id="Survey">
  <table width="775" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><div align="center">
          <h1>Customer Satisfaction Survey</h1>
      </div></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><strong>1. &nbsp;Please rate your  satisfaction with the quality of product provided to you. </strong></td>
    </tr>
    <tr>
      <td><div align="center">
          <h5><em>On a scale of 1- 6. (6= extremely satisfied, 3=  satisfied, 1=  dissatisfied)</em></h5>
      </div></td>
    </tr>
    <tr>
      <td><p>
        <label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="radio" name="Question1" value="1" id="Question1_0" />
1</label>
        <label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="radio" name="Question1" value="2" id="Question1_1" />
2</label>
        <label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="radio" name="Question1" value="3" id="Question1_2" />
3</label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <label>
        <input type="radio" name="Question1" value="4" id="Question1_3" />
4</label>
        <label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="Question1" value="5" id="Question1_4" /> 
5</label>
        <label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="radio" name="Question1" value="6" id="Question1_5" />
6</label>
      </p></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><strong>2.&nbsp; Please rate your  satisfaction with the ordering process for your product.  </strong></td>
    </tr>
    <tr>
      <td><div align="center">
          <h5><em>On a scale of 1- 6. (6= extremely satisfied, 3=  satisfied, 1=  dissatisfied)</em></h5>
      </div></td>
    </tr>
    <tr>
      <td><p>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="1" id="Question2_0" />
          1</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="2" id="Question2_1" />
          2</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="3" id="Question2_2" />
          3</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="4" id="Question2_3" />
          4</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="5" id="Question2_4" />
          5</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question2" value="6" id="Question2_5" />
          6</label>
      </p></td>
    </tr>
    
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><strong>3. &nbsp;Please rate your  satisfaction with the delivery and installation of your product.  </strong></td>
    </tr>
    <tr>
      <td><div align="center">
          <h5><em>On a scale of 1- 6. (6= extremely satisfied, 3=  satisfied, 1=  dissatisfied)</em></h5>
      </div></td>
    </tr>
    <tr>
      <td><p>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question3" value="1" id="Question3_0" />
          1</label>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <label>
          <input type="radio" name="Question3" value="2" id="Question3_1" />
          2</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question3" value="3" id="Question3_2" />
          3</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question3" value="4" id="Question3_3" />
          4</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question3" value="5" id="Question3_4" />
          5</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question3" value="6" id="Question3_5" />
          6</label>
      </p></td>
    </tr>
    
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><strong>4. &nbsp;Overall, how  satisfied are you with our company? </strong></td>
    </tr>
    <tr>
      <td><div align="center">
          <h5><em>On a scale of 1- 6. (6= extremely satisfied, 3=  satisfied, 1=  dissatisfied)</em></h5>
      </div></td>
    </tr>
    <tr>
      <td><p>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="1" id="Question4_0" />
          1</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="2" id="Question4_1" />
          2</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="3" id="Question4_2" />
          3</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="4" id="Question4_3" />
          4</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="5" id="Question4_4" />
          5</label>
        <label>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="radio" name="Question4" value="6" id="Question4_5" />
          6</label>
      </p></td>
    </tr>
    
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><strong>5.&nbsp; Do you have any  suggestions about how we could improve our service to you?</strong></td>
    </tr>
    <tr>
      <td><textarea name="Suggestions" id="Suggestions" cols="100" rows="5">Add your suggestions here.</textarea></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>Please enter your email address.</td>
    </tr>
    <tr>
      <td><span id="sprytextfield1">
      <input name="text1" type="text" id="text1" size="40" />
      <span class="textfieldRequiredMsg">An email address is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
    </tr>
  </table>
  <input type="submit" name="Submit" id="Submit" value="Submit" />
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input type="reset" name="Reset" id="Reset" value="Reset" />
</form>
<script type="text/javascript">
<!--
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "email");
//-->
</script>
</body>
</html>
 
Loading Advertisement...
 
[+][-]08.05.2008 at 10:58PM PDT, ID: 22167424

View this solution now by starting your 7-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: Web Languages/Standards
Sign Up Now!
Solution Provided By: lambdabunker
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628