hello
I am new to java developement,I want to design a page where i have three tables
1)Division Master: ID,Division,make,capacity,model
2)Location master: ID,Location
3)Tag Master: ID,Division,Tag No.,Equipment.
What i need to do is make combo box or drop down so that if i select any location then only relative division should be displayed and if i select any location from it i should get relative Tag No.
I have write it in JSP can u Give me suggestions how to do it.
|