Click here to Skip to main content
15,914,943 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: DIV tags Pin
Paul Watson16-Dec-02 11:55
sitebuilderPaul Watson16-Dec-02 11:55 
GeneralTic-Tac-Toe Pin
ballyduff16-Dec-02 9:07
ballyduff16-Dec-02 9:07 
GeneralCountry-State-City list Pin
Sarvesvara (BVKS) Dasa15-Dec-02 21:21
Sarvesvara (BVKS) Dasa15-Dec-02 21:21 
GeneralRe: Country-State-City list Pin
Christian Graus15-Dec-02 21:40
protectorChristian Graus15-Dec-02 21:40 
GeneralRe: Country-State-City list Pin
Sarvesvara (BVKS) Dasa15-Dec-02 21:52
Sarvesvara (BVKS) Dasa15-Dec-02 21:52 
GeneralRe: Country-State-City list Pin
Christian Graus15-Dec-02 21:54
protectorChristian Graus15-Dec-02 21:54 
GeneralRe: Country-State-City list Pin
Sarvesvara (BVKS) Dasa15-Dec-02 22:35
Sarvesvara (BVKS) Dasa15-Dec-02 22:35 
GeneralRe: Country-State-City list Pin
Christian Graus15-Dec-02 23:00
protectorChristian Graus15-Dec-02 23:00 
OK - well now that I know you're using 'classic' ASP, I can be more specific.

<input type=hidden value=<%Request.QueryString("statesel")%> value="statesel">

Do that three times, and put the three selected values on your command line when you post to yourself. Then you need only pull those values out of the form and use them when you build your select, I believe the syntax is <option selected>New Jersey</option>. So you insert the word selected into the output of the option if the index (or value, whichever you prefer) matches the one you had previously and therefore posted to yourself and stuck into your hidden field.

I haven't done this stuff for a bit, so some syntax may be wrong, but that is how it would be done.


Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not
as easily, but it's certainly doable.
- Jamie Nordmeyer - 15-Nov-2002
GeneralRe: Country-State-City list Pin
Sarvesvara (BVKS) Dasa16-Dec-02 2:21
Sarvesvara (BVKS) Dasa16-Dec-02 2:21 
GeneralRe: Country-State-City list Pin
Christian Graus16-Dec-02 9:53
protectorChristian Graus16-Dec-02 9:53 
GeneralCheck if connected to internet Pin
imghani15-Dec-02 20:26
imghani15-Dec-02 20:26 
GeneralRe: Check if connected to internet Pin
Sarvesvara (BVKS) Dasa21-Dec-02 19:26
Sarvesvara (BVKS) Dasa21-Dec-02 19:26 
GeneralRe: Check if connected to internet Pin
joshfl6-Jan-03 9:54
joshfl6-Jan-03 9:54 
Generalpassing parameters to Java Applet Pin
flare15-Dec-02 6:23
flare15-Dec-02 6:23 
GeneralRe: passing parameters to Java Applet Pin
Victor Boctor16-Dec-02 15:05
Victor Boctor16-Dec-02 15:05 
GeneralDynamic Dropdown list Pin
Sarvesvara (BVKS) Dasa14-Dec-02 5:45
Sarvesvara (BVKS) Dasa14-Dec-02 5:45 
GeneralRe: Dynamic Dropdown list Pin
Toni Navarro22-Dec-02 19:52
Toni Navarro22-Dec-02 19:52 
GeneralRe: Dynamic Dropdown list Pin
Sarvesvara (BVKS) Dasa22-Dec-02 21:03
Sarvesvara (BVKS) Dasa22-Dec-02 21:03 
GeneralChanging hosting companies... Pin
Victor Boctor11-Dec-02 3:25
Victor Boctor11-Dec-02 3:25 
GeneralCollect User Info Pin
Sarvesvara (BVKS) Dasa10-Dec-02 20:44
Sarvesvara (BVKS) Dasa10-Dec-02 20:44 
GeneralRe: Collect User Info Pin
Roger Wright10-Dec-02 21:55
professionalRoger Wright10-Dec-02 21:55 
GeneralRe: Collect User Info Pin
Sarvesvara (BVKS) Dasa11-Dec-02 1:21
Sarvesvara (BVKS) Dasa11-Dec-02 1:21 
GeneralRe: Collect User Info Pin
Roger Wright11-Dec-02 4:03
professionalRoger Wright11-Dec-02 4:03 
GeneralRe: Collect User Info Pin
Sarvesvara (BVKS) Dasa11-Dec-02 19:28
Sarvesvara (BVKS) Dasa11-Dec-02 19:28 
GeneralRe: Collect User Info Pin
David Wulff13-Dec-02 14:27
David Wulff13-Dec-02 14: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.