Results 1 to 3 of 3

Thread: Can this be done....
      
   

  1. #1
    Machiavelli is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    99

    Default Can this be done....

    I want to insert a tool with drop down menus similar to what you see on a lot of flight booking sites, for people to plan travel itineries....

    I already have the data (just in Excel Spreadsheet right now) that looks a bit like the rough table below

    (A,B,C and D are places and the numbers represent distances, if '/' means route not possible, table is obviously symetrical)

    ..........A......B......C......D

    A........-.......4......7......2

    B........4.......-....../.......3

    C........7......./......-.......5

    D........2.......3......5.......-


    I want to create a tool on my site where:

    -the user can choose their starting location from a drop down menu (with A B, C and D in it in this case)
    -then, based on this choice they a choose a 2nd location from another drop down menu that gives the possible locations (so if B chosen, only A and D in 2nd menu)
    -they then get an output of the distance (so B chosen, followed by A returns 4)
    -they can then continue to add additional locations (so another drop down menu would need to appear every time) until they have planned a full trip.

    On my table I have 22 locations. I hope I have explained what I would like achieve well enough..

    Can this be done within bluevoda or a forms program of some sort (if so how would I go about it?), or would I need to buy some software?

    Any help would be great as I have played around with Excel for too long now and looked on the web for software with any luck.

    Thanks

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

    Default Re: Can this be done....

    It can be done using chained dropdown lists, using Javascript. Not directly in BV. You also need to define how many steps are required(f.e. a trip is made of 5 or 10 or howevera limited number of intermediate stops).
    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!


  3. #3
    Machiavelli is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    99

    Default Re: Can this be done....

    Having looked into this it seems to be very complicated... Which seems strange as all it is, is reporting values from a table.

    Would you say it is a job for a programmer? Or is does anyone know of any good resources on this?

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