chotchstar
MIS
Hi,
I would like to collect information by giving the website user an 'either/or' option. I think I need to be using radio buttons to do this but what I've got so far doesn't seem to be working. The code is:
<form ACTION="Result.htm" METHOD="POST"> Home Use<input id="radHomeUse" type="radio" name="radHomeUse">
Office Use<input id="radOfficeUs" type="radio" name="radOfficeUs">
<input id="btnSubmit" type="submit" name="btnSubmit">
</form>
and the problem I'm having is that I can click both the options at once - which is obviously not what i want to do. I've checked out quite a few HTML websites regarding this but can't see where I'm going wrong.
Any thoughts or advice would be greatly appreciated!
I would like to collect information by giving the website user an 'either/or' option. I think I need to be using radio buttons to do this but what I've got so far doesn't seem to be working. The code is:
<form ACTION="Result.htm" METHOD="POST"> Home Use<input id="radHomeUse" type="radio" name="radHomeUse">
Office Use<input id="radOfficeUs" type="radio" name="radOfficeUs">
<input id="btnSubmit" type="submit" name="btnSubmit">
</form>
and the problem I'm having is that I can click both the options at once - which is obviously not what i want to do. I've checked out quite a few HTML websites regarding this but can't see where I'm going wrong.
Any thoughts or advice would be greatly appreciated!