Click to See Complete Forum and Search --> : linking between LARGE documents


171867
11-24-2003, 06:52 AM
I have a very large file (just over 700 pages) in word consisting of questions and answers.
I can split the file into a question file and an answer file no problems, but what I would LIKE to do:p is create a link from the question file to the answer file so that when someone clicks the right spot the correct answer will apear on the screen. Can anybody suggest a way of doing it efficiently in HTML?
I can THINK of a way but it is too long winded and would involve hundreds of separate files:(

Pittimann
11-24-2003, 07:18 AM
Hi!

If you have the file(s) displayed in Word (as a .doc file) you could store questions and answers in one Document. Each answer has a bookmark to which you link in the part containing the questions.

In HTML you could use anchors in the answer file to which you link in the question file.

Cheers - Pit