+ Reply to Thread
Results 1 to 7 of 7

Thread: Need Advice on a specified design [Newbie]
      
   

  1. #1
    jjplaw is offline Private
    Join Date
    May 2008
    Posts
    3

    Default Need Advice on a specified design [Newbie]

    I need some advice on designing a website.

    My intention is to create a browsable database in one page. The page will be divided into about 4 sections.

    1 section will serve as the directory. It'll contain several listbox in a certain hierarchy. Choosing an item in the highest level listbox will update the items in the following listbox to a new list. Choosing the items in the following list box will in turn update the next listbox with new items. In the end, after all items have been selected, the other 3 sections will display definitions and formulas based on the selected options.

    It's meant to be an offline thing and must reside in the same page. I've gone through all the tutorials but i'm not sure how to do this.

    Please advise me on how to do this.
    I appreciate any comments.

  2. #2
    jjplaw is offline Private
    Join Date
    May 2008
    Posts
    3

    Default Re: Need Advice on a specified design [Newbie]

    No replies? :(

    Let me restructure my question:

    I want treeview in html. I split the window as two frame. In one frame i want treeview like whenever i click the parent node subnodes will displayed. For each subnode i put one hyperlink. That hyperlinked page will be displayed in other frame.

    Anyone has any idea how to do this.
    Please advice.

  3. #3
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,568

    Default Re: Need Advice on a specified design [Newbie]

    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,050

    Default Re: Need Advice on a specified design [Newbie]

    You have asked two different things in your two posts.

    If you are talking about dependent listboxes that are automatically populated in sequense, getting the values from the database, the only way to do it is Ajax.
    When you select a value in a listbox, all others under it are automatically set to have no values. When you select a value in this, the next is automatically populated with values that depend on the selected one. This is done using Javascript to capture the selected value, and a HTTPrequest object to send this value to a server side script (usually PHP, in some cases Perl) that will send back the response (which consists in the values that will populate the lower level listbox). Javasript is used as a last stage, to recieve these values and populate the second listbox, and so on.

    For the treeview menus look where Terry suggested.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,568

    Default Re: Need Advice on a specified design [Newbie]

    G,
    I was thinking that jj was wanting to click on a menu item and have it appear in an IFrame on the same page rather than go to another page.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,050

    Default Re: Need Advice on a specified design [Newbie]

    Hi terry,

    In fact, that's what jj is asking for (opening the links in the same page). However, whilst the first post is mentioning listboxes, the second one is mentioning a treeview menu.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    jjplaw is offline Private
    Join Date
    May 2008
    Posts
    3

    Default Re: Need Advice on a specified design [Newbie]

    Thanks for the advice and sorry for the confusion.
    Either listbox or treeview will do for me. List box would be nicer but it looks tough for a newbie like me... I'll look into treeview first..

    Thanks for the links and advice.

    JJ

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49