[Proto-Scripty] Re: div inside select/select tags?

2009-02-04 Thread eulerss
i think that your problem is in this line select id=box2 onchange=ajaxUpdater('ajax_day', '/ajax/ populate.php?show=daymonth=' + getsel('box2') div id='ajax_regions'/div /select as far as i know you cannot use a div inside a select, check this link for help

[Proto-Scripty] Re: div inside select/select tags?

2009-02-04 Thread RobG
On Feb 4, 10:41 am, Richie M i...@linuxbox.co.uk wrote: Hi, I have a form with three drop down select boxes in it. I'd like the second box to populate when an option is selected in the first, and for the third to populate when an option is selected from the second. In the first select