PDA

Click to See Complete Forum and Search --> : Radio Buttons


Skeen
Oct 3rd, 2000, 09:55 AM
Hi Y'all

I've never used radio buttons B4 (honest), but I'm using them on a page to select from various options. The problem I have is, all buttons can be selected simultaniously, and so could anyone tell me how to create an 'exclusive OR' situation - It dosn't cover this in my html/VBscript book (In fact, the examples have the same problem as me.

Cheers 'n' Beers,

Skeen

monte96
Oct 3rd, 2000, 03:15 PM
Give them all the same name or ID and assign different Values to the value attribute to differentiate them in code.