Forum Moderators: open
Can somebody please help me out.
Here is the info:
- index.html contains an iframe in it containing faq.html (iframe name = faq)
- faq.html contains a list of questions (12 to be exact)
- from faq.html, I need each question to link to each answer (each answer has an anchor tag - faq1 to faq12)
- the answers are located in faq_scroll.html which is THE iframe for faq_page.html (main page)
HOW CAN I LINK FROM faq.html (iframe of index.html) to faq_scroll.html#faq1 to 12 (iframe of faq_page.html)?
I know how to link it to faq_scroll.html#faq1 - 12, but it is obviously not showing up in an iframe on faq_page.html like it should.
ANY SUGGESTIONS?
Thanks in advance.