RE: JS and Radio Button Issue

2007-01-10 Thread Kevan Stannard
: Wednesday, 10 January 2007 3:05 PM To: CF-Talk Subject: RE: JS and Radio Button Issue Thanks Charlie. That did it. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 4:20 PM To: CF-Talk Subject: Re: JS and Radio Button Issue few things i can

RE: JS and Radio Button Issue

2007-01-10 Thread Robertson-Ravo, Neil (RX)
I think what you have here is simply Prototype - you should not require jquery. -Original Message- From: Kevan Stannard [mailto:[EMAIL PROTECTED] Sent: 10 January 2007 09:27 To: CF-Talk Subject: RE: JS and Radio Button Issue Hi Bruce, Something that you might want to look

Re: JS and Radio Button Issue

2007-01-09 Thread Charlie Griefer
few things i can see would be a problem. you have multiple elements with ids with and without (the radio buttons and the divs). the code below should work. script language=JavaScript function toggle(divToShow) { if (document.getElementById) { if

RE: JS and Radio Button Issue

2007-01-09 Thread Bruce Sorge
Thanks Charlie. That did it. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 4:20 PM To: CF-Talk Subject: Re: JS and Radio Button Issue few things i can see would be a problem. you have multiple elements with ids with and without

Re: JS and Radio Button Issue

2007-01-09 Thread Robertson-Ravo, Neil (RX)
: Charlie Griefer To: CF-Talk Sent: Wed Jan 10 00:19:47 2007 Subject: Re: JS and Radio Button Issue few things i can see would be a problem. you have multiple elements with ids with and without (the radio buttons and the divs). the code below should work. script language=JavaScript function