On Fri, 5 Sep 2003 18:43:47 -0400, in cf-talk you wrote: >> I've got a survey framework that has worked well until I >> upgraded to 6.1 on Linux. Now, I'm having a bizarre problem: >> >> The first time I submit this particular page, which has four >> radio button questions, the action page recieves the correct >> values of the fields (the following is taken from the debug >> output): >> Form Fields: >> FIELDNAMES=Q89,Q90,Q91,Q92,REFERRINGFORM,PREVIOUS >> PREVIOUS=Previous >> Q89=1 >> Q90=1 >> Q91=1 >> Q92=2 >> REFERRINGFORM=89.cfm >> >> If I hit "back" and resubmit the page without changing any of >> the values, I get: >> Form Fields: >> FIELDNAMES=Q89,Q90,Q91,Q92,REFERRINGFORM,PREVIOUS >> PREVIOUS=Previous >> Q89=on <<--- What the heck is "on"? > >When you have a checkbox or radio button without a value, and the user >selects it, the default value will be "on". I'm not sure why your radio >buttons wouldn't have values, though.
Thanks for the clue. I think I discovered not a bug in *my* code, but in Opera 7.0 (my browser o' choice). It just screws up the form values on multiple, unchanged submissions from the same page. :-/ This problem doesn't present itself in _any_ other browsers I've tried since your post. Thanks again, Jamie >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >voice: (202) 797-5496 >fax: (202) 797-5444 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

