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 PROTECTED]

Reply via email to