Category Select

Discussion in 'HTML & Website Design' started by trixs, Jul 15, 2007.

  1. #1
    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...
     
    trixs, Jul 15, 2007 IP
  2. Tim_Myth

    Tim_Myth Peon

    Messages:
    741
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Tim_Myth, Jul 16, 2007 IP