Click here to Skip to main content
16,010,673 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web.Config Help. Pin
Paul Watson8-Oct-02 21:12
sitebuilderPaul Watson8-Oct-02 21:12 
GeneralRe: Web.Config Help. (web.config is an XML file) Pin
Paul Watson8-Oct-02 20:58
sitebuilderPaul Watson8-Oct-02 20:58 
GeneralASP - extract links Pin
Garth7-Oct-02 15:58
Garth7-Oct-02 15:58 
GeneralOS Asking for software to open file Pin
Pradhip7-Oct-02 13:55
Pradhip7-Oct-02 13:55 
GeneralRe: OS Asking for software to open file Pin
leppie7-Oct-02 14:12
leppie7-Oct-02 14:12 
QuestionHow to reference a file containing JavaScript in HTML Pin
leppie7-Oct-02 12:53
leppie7-Oct-02 12:53 
AnswerSolved again Pin
leppie7-Oct-02 14:05
leppie7-Oct-02 14:05 
GeneralHere's an easy one for you Pin
Robby7-Oct-02 11:30
Robby7-Oct-02 11:30 
I have about 30 pages that are identical except for minor things. Here's the scenarion:

A person selects multiple recipients for a message, let's say they pick COLLECT1 and COLLECT2. I want to send a different message to COLLECT1 than COLLECT2 and include the information that the "user" has provided. The code for the two pages for gaining the email address and sending the email is indentical.

There are no errors when the user submitts the request, but the email only reaches whoever was chosen first on the list. Now, the recordset is set to nothing and the mail object is set to nothing at the end of each mailing. The only thing I don't know how to do is make the "email" object from the following code go away. I mean, if I go to the page of the second possible choice, COLLECT2, and change the "email" to "email2", then it works. I need to know how to make the "email" object go away at the end of each form so I don't have to go throgh all my pages, renaming the "email" object 1, 2, 3, 4 and so on. Here's the code:

SQLGETEMAIL = "SELECT email FROM DSAUsers WHERE profile = 'APLINEP'"
SET RS = MyConn.Execute(SQLGETEMAIL)

Do until RS.EOF = True
email = email & RS("email") & ";"
RS.movenext
loop

' Get rid of the final ;
If email <> "" Then
email = Left(email, Len(email) - 1)
End If

#######

Then I use CDONTS to send the mail...now, how do I remove any trace of a page being processed so the next one looks like the first? Does this make sense?
GeneralPassing string in JavaScript Pin
leppie7-Oct-02 11:16
leppie7-Oct-02 11:16 
GeneralSOlved Pin
leppie7-Oct-02 12:33
leppie7-Oct-02 12:33 
QuestionHow can I have a forum system like this one in my site? Pin
Rodolfo Lima7-Oct-02 10:56
Rodolfo Lima7-Oct-02 10:56 
AnswerRe: How can I have a forum system like this one in my site? Pin
MS le Roux7-Oct-02 19:29
MS le Roux7-Oct-02 19:29 
AnswerRe: How can I have a forum system like this one in my site? Pin
Paul Watson7-Oct-02 21:39
sitebuilderPaul Watson7-Oct-02 21:39 
GeneralWeb project DLL Pin
afronaut7-Oct-02 9:19
afronaut7-Oct-02 9:19 
GeneralRe: Web project DLL Pin
7017-Oct-02 11:08
7017-Oct-02 11:08 
GeneralRe: Web project DLL Pin
afronaut7-Oct-02 11:23
afronaut7-Oct-02 11:23 
Questionhow to simulate the terrians? Pin
wangnanjing7-Oct-02 3:17
wangnanjing7-Oct-02 3:17 
AnswerRe: how to simulate the terrians? Pin
leppie7-Oct-02 4:55
leppie7-Oct-02 4:55 
Generalcan you tell me where is the Terranium game forums? Pin
wangnanjing7-Oct-02 6:01
wangnanjing7-Oct-02 6:01 
GeneralRe: can you tell me where is the Terranium game forums? Pin
leppie7-Oct-02 7:26
leppie7-Oct-02 7:26 
GeneralRe: can you tell me where is the Terranium game forums? Pin
Nick Parker7-Oct-02 9:41
protectorNick Parker7-Oct-02 9:41 
GeneralExtended panel Pin
MS le Roux7-Oct-02 0:53
MS le Roux7-Oct-02 0:53 
GeneralRe: Extended panel Pin
Paul Watson7-Oct-02 6:42
sitebuilderPaul Watson7-Oct-02 6:42 
GeneralRe: Extended panel Pin
MS le Roux7-Oct-02 19:26
MS le Roux7-Oct-02 19:26 
GeneralMS acces in ASP Pin
Sarvesvara (BVKS) Dasa6-Oct-02 23:22
Sarvesvara (BVKS) Dasa6-Oct-02 23:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.