If you want the 2nd and 3rd fields filled without reloading the page then AJAX, as the expert above said, is what you want. One of the best explanations and simplest examples I have found on the net is at http://skeymedia.com/class
The example in that first link will provide a good guide for what you want. If you want another example that uses it a couple of times then let me know (i.e. choose one AJAX fills second, make another choice for second and AJAX fills third). The first example should be enough. After that it is ASP (or server script), Javascript, and page stuff.
If you don't mind a reload each time then AJAX isn't needed. Just let me know and I can provide details. If you need help using it then please provide what you have so far. Let me know how this helps.
bol
Main Topics
Browse All Topics





by: neeraj523Posted on 2009-11-06 at 17:45:36ID: 25764588
Hello
You need to use AJAX to fill second and third drop downs based on the selected item in first drop dwon..
You can try JQuery which will simplify the usage of AJAX for a biginner..