Click to See Complete Forum and Search --> : Need Help...


Shwetha
02-25-2003, 01:55 AM
I am creating a help page for an Application.

I would appreciate if anybody could provide me with a code which would do the following function.

When a category (text) is clicked, the category's items are displayed below while the rest of the page is pushed downward. I want a script for a non-frame environment.

Thanx in advance.

Nicodemas
02-25-2003, 06:12 AM
Hmm, don't really want to type all that, but I would suggest that you look into the insertAdjacentHTML() function for javascript, and the innerHTML property. Do a search on any good search engine, or a tutorial site and you are bound to find what you are looking for.

Shwetha
03-07-2003, 01:19 AM
Thank you very much for your help!!

jpmoriarty
03-07-2003, 02:56 AM
you can do that nicely with a hidden div - have a look at my page at http://www.siteprefect.com and you'll see (click on the feedback form text, or on the links at the bottom) that's what it does. Have a look at the source code and steal away if you wish!