Re: Bad Radio Button

2004-09-13 Thread Jeff Price
Guy, If you are using XHTML this should be checked="checked" as the HTML 4.0 attribute minimization you are using has itself been deprecated. :) http://www.w3.org/TR/xhtml1/#h-4.5 >Turns out my problem stemmed from using deprecated values for checked. I >used checked = "yes", when it's suppos

RE: Bad Radio Button

2004-09-13 Thread guy . mcdowell
Turns out my problem stemmed from using deprecated values for checked. I used checked = "yes", when it's supposed to be just checked or nothing at all. Guy McDowell Web Developer [EMAIL PROTECTED] - Magma Communications Ltd. t: 613.228.3565 x6348 f: 613.228.8313 http://websites.magma.ca This e-

RE: Bad Radio Button

2004-09-12 Thread Ewok
Select blnBnrActive from tablename blnLgBnrActive IS 1> value=”1” checked value=”0”>    _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12, 2004 4:11 PM To: CF-Talk Subject: Bad Radio Button Alright, this is what I've got getInspirationsPE

RE: Bad Radio Button

2004-09-12 Thread Adrian Lynch
Are you sure you have it looping in a cfoutput with the query attribute set? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 00:34 To: CF-Talk Subject: RE: Bad Radio Button I'm just going through a query. When I run my query through SQL

RE: Bad Radio Button

2004-09-12 Thread guy . mcdowell
; <[EMAIL PROTECTED]> 12/09/2004 04:51 PM Please respond to [EMAIL PROTECTED] To CF-Talk <[EMAIL PROTECTED]> cc Subject RE: Bad Radio Button Got any more info? Are you looping over a recordset? What else is happening? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:

RE: Bad Radio Button

2004-09-12 Thread Ewok
Are my posts actually coming through? It looks like they are but I also get an email saying they didn’t because the body was too long.    _   From: Ewok [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12, 2004 6:28 PM To: CF-Talk Subject: RE: Bad Radio Button Well, I actually threw a

RE: Bad Radio Button

2004-09-12 Thread Ewok
Well, I actually threw a datasource in there and some real tables and there were a ton of mistakes… This code actually works. Just change the list of tables and it’s displaytext list as well as the datasource on the query.

RE: Bad Radio Button

2004-09-12 Thread Ewok
This small code block should show you the err of your ways… The value is #form.test# 1 checked> 2 checked> 3 checked> In your case, all of your fields have the same value so if one is checked, the last one will ALWAYS be it… It runs down like this… If 1 then checked If 1 then

RE: Bad Radio Button

2004-09-12 Thread Adrian Lynch
Got any more info? Are you looping over a recordset? What else is happening? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 September 2004 21:11 To: CF-Talk Subject: Bad Radio Button Alright, this is what I've got getInspirationsPEBanner.blnLg