Hi,
The problem I am facing is that when you select one of my two radio buttons and submitt the form, that button stays checked, even if you select the other button. I have removed the checked attribute but still the same..Any Ideas
<form id="quicksearch" name="quicksearch" action="scripts/search.cfm" method="post">
<label for="quicksearchBox">Search:</label> <input class="styledinput" tabindex="1" accesskey="S" type="text" name="Search" id="quicksearchBox" size="9" /><input class="styledinput" tabindex="2" type="submit" value="Go" id="quicksearchButton" /><br /><br />
<p><input type="radio" accesskey="J" name="Jmsb" value="J"/> JMSB </p>
<p><input type="radio" accesskey="C" name="Conc" value="C" /> DIS </p>
</form>
The problem I am facing is that when you select one of my two radio buttons and submitt the form, that button stays checked, even if you select the other button. I have removed the checked attribute but still the same..Any Ideas
<form id="quicksearch" name="quicksearch" action="scripts/search.cfm" method="post">
<label for="quicksearchBox">Search:</label> <input class="styledinput" tabindex="1" accesskey="S" type="text" name="Search" id="quicksearchBox" size="9" /><input class="styledinput" tabindex="2" type="submit" value="Go" id="quicksearchButton" /><br /><br />
<p><input type="radio" accesskey="J" name="Jmsb" value="J"/> JMSB </p>
<p><input type="radio" accesskey="C" name="Conc" value="C" /> DIS </p>
</form>