Author |
Topic |
Nikkol
Forum Moderator
USA
6907 Posts |
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 10:30:45
|
I did that, and now mail arrives again, but without input: by: Relief requested at: |
Alfred The Battle Group CREDO
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 06 February 2003 : 10:42:55
|
Put this before the send mail stuff
response.write "select 1: " & request.form("myMembers") & "<br />" response.write "select 2: " & request.form("myScen")
and then tell me the result on the page. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 11:08:14
|
Is it correct like this:quote: <!--#INCLUDE FILE="config.asp"--> <% response.write "select 1: " & request.form("myMembers") & "<br />" response.write "select 2: " & request.form("myScen")
strRecipients = "battlegroup@ggholiday.com" strsubject = "Relief of Command Request" strMessage = strMessage & " by: " & Request.Form("myMembers") strMessage = strMessage & " Relief requested at: " & Request.Form("MyScen") %> <!--#INCLUDE file="inc_mail.asp" -->
Result was the same as before - no input: by: Relief requested at: |
Alfred The Battle Group CREDO
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 11:50:15
|
It just shows "Select 1" and "Select 2", but no input. |
Alfred The Battle Group CREDO
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Alfred
Senior Member
USA
1527 Posts |
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 15:14:18
|
...and we have a winner!quote: by: Thorfinn Relief requested at: Oak Ridge
It still comes on one line in the mail, but at least it DOES come! |
Alfred The Battle Group CREDO
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 06 February 2003 : 15:32:01
|
<!--#INCLUDE FILE="config.asp"-->
<%
strRecipients = "battlegroup@ggholiday.com"
strsubject = "Relief of Command Request"
strMessage = strMessage & " by: " & Request.Form("myMembers") & vbNewline
strMessage = strMessage & " Relief requested at: " & Request.Form("MyScen")
%>
<!--#INCLUDE file="inc_mail.asp" --> |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 15:55:36
|
Ah, ok. Many thanks again for your perserverance!
Final question: Since there may be need for more than one mailing page in a web, I assume that the "processmailpage.asp" is a variable name we may choose, and not an ASP command, right? |
Alfred The Battle Group CREDO
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Alfred
Senior Member
USA
1527 Posts |
Posted - 06 February 2003 : 21:53:06
|
That is what I mean - variable to the extent that you can choose a name as for any other page, and you just happened to call it that.
So if I need to do another one, I might call it mailpage2.asp, correct?
|
Alfred The Battle Group CREDO
|
|
|
Topic |
|