Click to See Complete Forum and Search --> : Loading different texts into page in frame.


xlegend
09-05-2003, 08:46 AM
The topic to this thread pretty much explains my problem. I'll be a bit more specific for you all though. I want to creat3 an faq page for my mother's website, but want to do something a bit more creative than what you would normally see. I have a page set up with a slew of links on it, which represent questions. I have a frame at the bottom of the page for the answers to load in. I could create a new page for each answer, but don't want to. I could also put all of the answers on one page and use simple html to set focus to an object around each text. I don't want to do that either. I would like to use javascript to write html in the frame. I believe this can be done by using the document.write command. Anywho... I'm in waaay over my head on this one. Can anyone help me out please.

Thank you

xlegend

Webskater
09-05-2003, 09:20 AM
You would get the same effect with a lot less work if you create a page with all the answers and make them all invisible. Then set the display to true for the appropriate answer when the 'question' link is clicked.

xlegend
09-07-2003, 10:52 AM
How exactly do I do that?