O
onlystuff
Hi
Using the following code
<form id="form1" name="form1" method="post" action="">
<input name="radiobutton" type="radio" value="radiobutton"
id="radiobutton" />
<label for="radiobutton">Radio Button One</label>
<input name="radiobutton" type="radio" value="radiobutton"
id="radio" />
<label for="radio">Radio Button Two</label>
</form>
if I preview the page in Firefox, make a selection then hit refresh,
Firefox remembers my choice. I want it start over as if the form is
empty and its the first time you hit the page.
How can I prevent this with out using Javascript. IE is fine and
likewise for Opera.
Is IE doing the correct thing or is this a bug and Firefox is actually
doing the right thing by remembering?
Thanks
Using the following code
<form id="form1" name="form1" method="post" action="">
<input name="radiobutton" type="radio" value="radiobutton"
id="radiobutton" />
<label for="radiobutton">Radio Button One</label>
<input name="radiobutton" type="radio" value="radiobutton"
id="radio" />
<label for="radio">Radio Button Two</label>
</form>
if I preview the page in Firefox, make a selection then hit refresh,
Firefox remembers my choice. I want it start over as if the form is
empty and its the first time you hit the page.
How can I prevent this with out using Javascript. IE is fine and
likewise for Opera.
Is IE doing the correct thing or is this a bug and Firefox is actually
doing the right thing by remembering?
Thanks