PDA

View Full Version : radio button / drop down list



Insomniac
February 5th, 2006, 01:57 PM
Hey, I'm trying to figure out how a radio button is controlling the selection available in a drop down list on http://uk.lge.com/index.do - the 'information for' on the left shows a different drop down list depending on the selected radio button. I've gone through the source, and tried running it offline. Since it doesn't work I assume there is a javascript file linked that is controlling this? Any help would be great, thanks.

Insomniac

antizip
February 5th, 2006, 07:34 PM
Don't know how they did it but its pretty simple DOM javascript. Check out http://www.w3schools.com/htmldom/default.asp

Insomniac
February 6th, 2006, 06:30 AM
Thanks, I'll take a look at it.