Hi,

Does anyone know of any controls that can be used to expand/collapse
sections on a web page. I have a SQL DB and need to build a web based front
end. I would like the forms to allow for various sections to be expanded and
collapsed, so a user can get to where they need quickly and easily. I call
them "twisties" - no idea what they are really called. For an example of
what I am after, see the BMW website - if you search for a car, it displays
the results. If you click on one of the results, it displays info about that
car, with nice sections that are expandable/collapsable so you can read what
you need/want.

Copy the link below to see an example - then choose a car from the results
and you will see the "twisties" that I am refering to on the right of the
page.


http://www.bmw.co.uk/apm/bmw_auc_profile/0,4200,1260___ns-y,00.html?seriesId=5&bodyId=LI&toPrice=70000&postcode=b9+4aa&searchtype=q

--
Many thanks in advance for any assistance

Re: "Twistie" control by mr

mr
Thu Nov 04 17:30:37 CST 2004

hi Marek,

There are countless ways to do this, as any good dhtml book will tell you.

About the easiest is to use scripting. Click on a link -- invoke a
script -- span your added/details info -- and use the visibility attribute
to show/hide the added info.

Or, easier yet, if you are happy with the way Bay Em Vay is doing it, then
just download their page, disect it, and use their method.

cheers, jw

"Marek" <Marek@discussions.microsoft.com> wrote in message
news:6278EB6A-FEFD-4668-96AE-5BBAE36E9A86@microsoft.com...
> Hi,
>
> Does anyone know of any controls that can be used to expand/collapse
> sections on a web page???