Page 1 of 1

Chained select boxes populating div?

PostPosted: Thu Nov 15, 2007 5:07 pm
by Gondas
Hi,

im using Chained select boxes on my site, and everything is working fine.

My question is: How to make this script to populate div with info not select box. My thoughts about all this is javascript line in file which returns values into the select box.

So how to change this:
obj.options[obj.options.length] = new Option('Text text text','1');
to populate div with info.

Thanks for scripts and time