Are we correct to assume that since you're going off of ID, that you expect
this to be handled on the client through script, or are you talking about
having the server handle this.  Also, when you say Combo Boxes, do you mean
radio buttons?  I just want to make sure I'm not REALLY missing the point.

If you need a javascript of some sort, I can write something up for you, but
first want to make sure I'm not writing something that's not needed.

Chris


----- Original Message -----
From: "Tsiris Alexandros" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Thursday, October 10, 2002 6:52 AM
Subject: combo box Q?


> Hello all.
>
> I have 3 combo boxes.
> I would like to check which one is selected so I can take action.
> Can I do this by their ID useing 'true'?
>
> i.e.
>
> <INPUT checked type=radio id=IDradio1 name=SearchCr onclick="SetFocus()"
> value="1" size=11 style="BACKGROUND
>
>
> <INPUT type=radio ID=IDradio2 Name=SearchCr onclick="SetFocus()" value="2"
> size=11 Style="BACKGROUND
>
> <INPUT TYPE=radio ID=IDradio3 Name=SearchCr onclick="SetFocus()" value="3"
> size=11 Style="BACKGROUND
>
>
> can I say:
>
> if IDradio1=true then (DO WHATEVER)???
>
> would that check to see if the first radio button is selected?
>
>
> If it isnt the correct way, which is?
>
> Thanks!
>
> Alexander
>
> ---
> You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to