[thelist] opposite of checked="checked"

Brian Cummiskey Brian at hondaswap.com
Tue Jun 21 14:34:59 CDT 2005


Warren wrote:
> Brian,
> 
> All you need is: <input type="radio"  />
> 
> Warren Murray

On the surface, yes, that's what it appears I need.  But it's a little 
more complicated...

Follow me through this example.


page1.html

I click 20 radio boxes out of the 100.
I click sbumit to go to page2

page2.html

I get here, and realize that its not what i want, so I hit my back 
button.  back to page1 we go.

page1.html

Now, most browsers would keep my selection via the browser's built in 
session.  The 3rd party app I'm using is no different.  Those 20 radio 
boxes would be checked.

I need them to be unchecked, no matter what, each and every time the 
page loads.



More information about the thelist mailing list