Creating a FAQ

A question from Askville:

How do you and a FAQ list to a website?

I would like the have the questions show-but not the answers until the user clicks on a link. I see them everywhere, but don’t know how to write the code or better yet find downloadable solution.

You could try some simple JavaScript:

FAQ (click on a question to show/hide the answer)

Question 1

Question 2

Question 3

Question 4

Question 5

Here a link to a file with relevant HTML and JavaScript.

Or you could create a full-blown database-driven FAQ engine… Or have an AJAX-powered FAQ (when the user clicks on a question, the answer is requested via AJAX)…

Leave a Reply

Your email address will not be published. Required fields are marked *