Click here to Skip to main content
16,013,516 members
Home / Discussions / Web Development
   

Web Development

 
AnswerA solution! Pin
Alvaro Mendez9-Aug-02 9:57
Alvaro Mendez9-Aug-02 9:57 
GeneralCatch enter pressing Pin
Mazdak9-Aug-02 3:24
Mazdak9-Aug-02 3:24 
GeneralRe: Catch enter pressing Pin
Jared Solomon9-Aug-02 10:58
Jared Solomon9-Aug-02 10:58 
GeneralRe: Catch enter pressing Pin
Mazdak9-Aug-02 19:15
Mazdak9-Aug-02 19:15 
GeneralPrint HTMl Pin
Raju Pande MKCL Pune8-Aug-02 23:36
sussRaju Pande MKCL Pune8-Aug-02 23:36 
GeneralRe: Print HTMl Pin
Paul Watson9-Aug-02 0:36
sitebuilderPaul Watson9-Aug-02 0:36 
QuestionCompile a String of Email Addresses? Pin
Robby8-Aug-02 11:58
Robby8-Aug-02 11:58 
AnswerRe: Compile a String of Email Addresses? Pin
Bullschmidt8-Aug-02 16:31
Bullschmidt8-Aug-02 16:31 
Perhaps try something like this:

Within the recordset loop:
strEmail = strEmail & objRS("MyEmailField") & ";"

And after the loop:
' Get rid of the final ;
If strEmail <> "" Then
strEmail = Left(strEmail, Len(strEmail) - 1)
End If

Best regards,
J. Paul Schmidt - Freelance ASP Web Developer
http://www.Bullschmidt.com - To put live data on the Web...
GeneralRe: Compile a String of Email Addresses? Pin
Robby9-Aug-02 3:15
Robby9-Aug-02 3:15 
QuestionFill out a form dynamically? Pin
JohnnyNin8-Aug-02 11:18
JohnnyNin8-Aug-02 11:18 
AnswerRe: Fill out a form dynamically? Pin
Jared Solomon8-Aug-02 12:18
Jared Solomon8-Aug-02 12:18 
AnswerRe: Fill out a form dynamically? Pin
Todd Smith8-Aug-02 13:16
Todd Smith8-Aug-02 13:16 
AnswerRe: Fill out a form dynamically? Pin
Paul Watson9-Aug-02 0:41
sitebuilderPaul Watson9-Aug-02 0:41 
GeneralASP client-side script debugging with VID,how to?. Pin
Romeo8-Aug-02 7:39
Romeo8-Aug-02 7:39 
GeneralRe: ASP client-side script debugging with VID,how to?. Pin
Jeremy Falcon8-Aug-02 7:40
professionalJeremy Falcon8-Aug-02 7:40 
GeneralCGI & receiving form data from C/C++ Pin
Eepos8-Aug-02 4:40
Eepos8-Aug-02 4:40 
GeneralRe: CGI & receiving form data from C/C++ Pin
Jeremy Falcon8-Aug-02 7:37
professionalJeremy Falcon8-Aug-02 7:37 
GeneralTNX: CGI & receiving form data from C/C++ Pin
Eepos9-Aug-02 0:29
Eepos9-Aug-02 0:29 
GeneralSearch Function Pin
NathanScott7-Aug-02 18:19
NathanScott7-Aug-02 18:19 
GeneralRe: Search Function Pin
Paul Watson8-Aug-02 4:30
sitebuilderPaul Watson8-Aug-02 4:30 
GeneralRe: Search Function Pin
Nick Parker8-Aug-02 7:43
protectorNick Parker8-Aug-02 7:43 
GeneralWebsite syncing tool Pin
benjymous7-Aug-02 0:35
benjymous7-Aug-02 0:35 
GeneralRe: Website syncing tool Pin
Jeremy Falcon7-Aug-02 3:52
professionalJeremy Falcon7-Aug-02 3:52 
GeneralRe: Website syncing tool Pin
benjymous7-Aug-02 3:59
benjymous7-Aug-02 3:59 
GeneralRe: Website syncing tool Pin
Jeremy Falcon7-Aug-02 4:27
professionalJeremy Falcon7-Aug-02 4:27 

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.