Results 1 to 4 of 4

Thread: Help needed on using combobox
      
   

  1. #1
    q8goldstar is offline Private
    Join Date
    Jan 2010
    Posts
    2

    Red face Help needed on using combobox

    Hi all ,
    Im new here and i did search everywhere on th forms and i couldnt find what i need so please help me .
    i'm Building a car trade website ,
    And , i want to have several Comboboxs on my site
    I want the first combobox to contains car manufacturers names
    And the second combobox to contains car models names for each manufacturer was chosen from the first combobox
    And I want to link all with Go Button
    I also want to know how to make the results comes out in a new page , And what i put in each page to be included Within the search and the results .
    i did read in some forms that i need Java script to do this
    So can any one help me and give me some keys of java script to use it on my site?
    Thank you

  2. #2
    q8goldstar is offline Private
    Join Date
    Jan 2010
    Posts
    2

    Default Re: Help needed on using combobox

    No answer from any one????

  3. #3
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Help needed on using combobox

    if you don't change around the tool bars of BV page.
    The Go menu is at the left bottom and above the Video Tutorials.
    it is hidden, when you point at it , it will show " Where are the buttons?"
    just click one by one to find the Go Menu.

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

    Default Re: Help needed on using combobox

    Go menu has nothing to do with this.

    The listboxes you are refering to are known as "Chained" .
    The selection on the first affects the choices (options) of the second.

    It can be done either with Javascript (for a limited number of options) or Ajax.

    I use Ajax in my applications as I have (in example) States - > Major Regions -> Sub Regions -> Cities with a cities file that is approx 800 KB so it is unthinkable to load them all, in order to use simple Javascript.

    Example: http://www.usedtransportsales.com/cars/

    To see how to do it with Javascript, look at http://www.dynamicdrive.com/dynamici...ects/index.htm

    However, for the second part (results) you need a Database driven script. So it is not something that you can do unless you have considerable knowledge of PHP/MySQL

    You should rather outsource this to a pro, or purchase a ready made script.
    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!


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