Is there a way to dynamically preview web page bookmarks . . .

caeanis

Freshman
Joined
Sep 6, 2006
Messages
40
I have a large document which is segmented into chapters. I have a lot of bookmarks in it which are referenced as links in other parts of the doc. What I want to do is preview a snippet of the text (say the innertext of the bookmarked paragraph). I've figured out how to create a div tag that will appear just to the right of the clicked link, but I'm not sure what the bestway to put text in it. Using a webresponse stream seems like an inefficient way to grab the text, I'm wondering if there is a simpler way to retrieve the inner text by calling the paragraph's id and returning the innertext...

In any case is there a better way to accomplish this?
 
Back
Top