Advertisement

05.28.2008 at 08:51PM PDT, ID: 23440324
[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!

6.6

Internal server error when using CDOSYS ???

Asked by OGSan in Active Server Pages (ASP)

Tags: , ,

I am stuck trying to get my ASP Classic app to generate an HTML email.  I have displayed all values being passed to my dinky module and all is okay there.  When control passes to the module, I get the "HTTP 500 internal server error" message.
Here is the code that leads up to the form button that passes control to the module:
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:
'---- Send e-mail ---------------------------------------------------
    '***** D E B U G *****    
    'Response.Write(vDate1 & "<br>")
    'Response.Write(vDate2 & "<br>")  
    'Response.Write(strEmplName & "<br>")  	
    'Response.Write(strEmplID & "<br>") 
    'Response.Write(strEmail & "<br>")
	
	Dim objMail, vObjMail_To, vObjMail_From, vObjMail_Cc, vObjMail_Subject, vObjMail_Redirect
		
'        vObjMail_To = "HT.HRLeaveAdmin@hawaiiantel.com"
		vObjMail_Cc = "jeff.furumura@hawaiiantel.com;"
 
	    vObjMail_From = strEmail 
 
		vObjMail_Subject = "Request for Leave Packet" 
 
 
		vObjMail_Body = "<b>Name............................:</b> " & strEmplName  &_
					"<br><b>Start of illness................:</b> " & vDate2  &_
					"<br><b>FMLA Self-Check, Hours Worked...:</b> " & strHoursWorked  &_
					"<br><b>FMLA Self-Check, FMLA Hours Used:</b> " & strFMLAHours
		
		vObjMail_Redirect = "http://p2.hawaiiantel.com/hr/fmla/FMLA_PacketReq.asp"
    
    '***** D E B U G *****    
    Response.Write(vObjMail_To & "<br>")
    Response.Write(vObjMail_Cc & "<br>")  
    Response.Write(vObjMail_From & "<br>")  	
    Response.Write(vObjMail_Subject & "<br>")  
    Response.Write(vObjMail_Body & "<br>") 
    Response.Write(vObjMail_Redirect) 	
%> 
<form action="SendMail.asp" method="post" name="mailform">
  <input type="hidden" name="to" value="<% =vObjMail_To %>" />
  <input type="hidden" name="cc" value="<% =vObjMail_Cc %>" />
  <input type="hidden" name="from" value="<% =vObjMail_From %>" />
  <input type="hidden" name="subject" value="<% =vObjMail_Subject %>" />
  <input type="hidden" name="message" value="<% =vObjMail_Body %>" />
  <input type="hidden" name="RedirectURL" value="<% =vObjMail_Redirect %>" />
  <input type="submit" name="submit" value="Request Leave Packet" />
</form>
[+][-]05.28.2008 at 08:52PM PDT, ID: 21666162

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.28.2008 at 08:53PM PDT, ID: 21666164

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.28.2008 at 09:52PM PDT, ID: 21666464

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: Active Server Pages (ASP)
Tags: Microsoft, ASP, 3.0
Sign Up Now!
Solution Provided By: funwithdotnet
Participating Experts: 3
Solution Grade: B
 
 
[+][-]05.28.2008 at 11:31PM PDT, ID: 21666746

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 03:21AM PDT, ID: 21667667

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]05.29.2008 at 05:19AM PDT, ID: 21668277

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]05.29.2008 at 11:55AM PDT, ID: 21672209

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 02:24PM PDT, ID: 21673410

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 10:58PM PDT, ID: 21675526

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628