Click here to Skip to main content
15,916,945 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCan i control the application variables dynamicly Pin
david fox9-Aug-02 9:49
david fox9-Aug-02 9:49 
AnswerRe: Can i control the application variables dynamicly Pin
Ryan Johnston9-Aug-02 9:54
Ryan Johnston9-Aug-02 9:54 
GeneralRe: Can i control the application variables dynamicly Pin
david fox9-Aug-02 11:50
david fox9-Aug-02 11:50 
GeneralRe: Can i control the application variables dynamicly Pin
Todd Smith9-Aug-02 17:02
Todd Smith9-Aug-02 17:02 
GeneralRe: Can i control the application variables dynamicly Pin
david fox11-Aug-02 14:51
david fox11-Aug-02 14:51 
AnswerRe: Can i control the application variables dynamicly Pin
lizhill11-Aug-02 20:10
lizhill11-Aug-02 20:10 
GeneralRe: Can i control the application variables dynamicly Pin
david fox12-Aug-02 4:47
david fox12-Aug-02 4:47 
GeneralDrop Down w/Multiple Selections Pin
Robby9-Aug-02 7:57
Robby9-Aug-02 7:57 
I have a drop down list - code is:


APPMANAGER002
APPMANAGER004
APPMANAGER040
APPMANAGER078
APPMANAGER124

This list allows multiple selections. We all know that if I were to select both APPMANAGER002 & APPMANAGER078 from the list, that the results are passed as 002,078,etc.

What needs to happen is this: If I select APPMANAGER002 from the list, I need to send an email to this person with a notification. I need to duplicate this for each selection from the list. How can I look at the results and perform this? For instance, if this did NOT allow multiple selections, I could simply do a "IF APPMANAGER=002 THEN...". Since my results may be a string of selections, the IF statement above wouldn't work because the results may be APPMANAGER=002,078. Since I have NO idea what combination of results I will get, how can I look at the results, and based on what's in the string, perform IF THEN statements? Does this make sense?

Thanks for any help!
Robby
GeneralRe: Drop Down w/Multiple Selections Pin
Ryan Johnston9-Aug-02 9:59
Ryan Johnston9-Aug-02 9:59 
GeneralRe: Drop Down w/Multiple Selections Pin
Jared Solomon9-Aug-02 11:32
Jared Solomon9-Aug-02 11:32 
GeneralRe: Drop Down w/Multiple Selections Pin
lizhill11-Aug-02 20:02
lizhill11-Aug-02 20:02 
GeneralAccess Page from TypeConverter Pin
Jamie Nordmeyer9-Aug-02 5:51
Jamie Nordmeyer9-Aug-02 5:51 
QuestionHow to make the columns of two tables have the same width? Pin
Alvaro Mendez9-Aug-02 5:10
Alvaro Mendez9-Aug-02 5:10 
AnswerRe: How to make the columns of two tables have the same width? Pin
Jeremy Falcon9-Aug-02 5:49
professionalJeremy Falcon9-Aug-02 5:49 
GeneralRe: How to make the columns of two tables have the same width? Pin
Alvaro Mendez9-Aug-02 6:29
Alvaro Mendez9-Aug-02 6:29 
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 
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 

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.