feri_soft Posted September 2, 2006 Share Posted September 2, 2006 How to create with ajax something like this..1 select in the form and when someone choose and option from the select in another multiple select new values are generated that match the first select.Examplecat1 --> options 1 2 3cat2 --> options 4 5 6cat3 --> options 7 8 9And when categories are changed in the first select....options are changed in the secondREquered thing is that the script supports name[] values for form elements names to use later in php array and most important to support cyrylic charset ( windows-1251 )because i tried one ajax example but it didnt support this charset only english...Help needed very much Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/ Share on other sites More sharing options...
AndyB Posted September 2, 2006 Share Posted September 2, 2006 You might want to check out AjaxFreaks!! -> http://www.ajaxfreaks.com/ Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-84536 Share on other sites More sharing options...
feri_soft Posted September 4, 2006 Author Share Posted September 4, 2006 NO answear there.... Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-85632 Share on other sites More sharing options...
Daniel0 Posted September 4, 2006 Share Posted September 4, 2006 [quote author=feri_soft link=topic=106617.msg426486#msg426486 date=1157202779]REquered thing is that the script supports name[] values for form elements names to use later in php array and most important to support cyrylic charset ( windows-1251 )because i tried one ajax example but it didnt support this charset only english...[/quote]Change the charset in your browser, or set it with a header. Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-85719 Share on other sites More sharing options...
feri_soft Posted September 5, 2006 Author Share Posted September 5, 2006 Bu the problem is that when i look to the breowser charset its correct... Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-86359 Share on other sites More sharing options...
Daniel0 Posted September 5, 2006 Share Posted September 5, 2006 Are you sure? Try sending a header like: [code]Content-type: text/html; charset=windows-1251[/code](both on the page your script calls, and the page containing the script) Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-86402 Share on other sites More sharing options...
feri_soft Posted September 5, 2006 Author Share Posted September 5, 2006 I use this tutorial:http://www.dhtmlgoodies.com/index.html?whichScript=ajax_chained_selectTried withheaders but nothing...can you have a look Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-86563 Share on other sites More sharing options...
feri_soft Posted September 6, 2006 Author Share Posted September 6, 2006 any ideas?? Quote Link to comment https://forums.phpfreaks.com/topic/19467-ajax/#findComment-86934 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.