Hello All, I am trying to figure out away to make an interactive 'menu/category select' input form. The basic idea is user will be able to catalog there input by selecting the correct option. Now this catalog will be rather large.. Something similar to : Main Catalog will be A-Z, each letter having 1-100 and each number having 10 other options. I really have no idea where to even look to start and desing this.. Any opinions? Thanks...
The place to start sounds like it might be www.w3schools.com.Take the XHTML tutorial. At that point you can decide if you need to do the coding in Javascript (meaning it is not saved bewteen sessions) or something else like PHP or ASP (meaning you're storing this info in a database). On the other hand, if you are simp;y making a big dictionary, encyclopedia, or directory type structure, check out www.phplinkdirectory.com.