Announcement

Collapse
No announcement yet.

Combo box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Combo box

    Hi All,

    I am currently in the process of creating a website which requires a search function. I wish to use the combo box for this but can't seem to find a way to attach the options to the images I want to display...

    Can anyone help??

    Twiggy

  • #2
    Re: Combo box

    A combo box is for a drop down list. Each item in this drop down list will have to have a url assigned to it.

    So lets say your combo box list is

    image1
    image2
    image3

    you will have to publish 3 pages each with the relevent image on.

    page saved and published as 'image1' - url for combo box will be http://www.yoursitename.com/image1.html

    page saved and published as 'image2' - url for combo box will be http://www.yoursitename.com/image2.html

    page saved and published as 'image'3 - url for combo box will be http://www.yoursitename.com/image3.html

    and so on.
    Happy Building

    DarrenC

    Comment

    Working...
    X