frap
09-23-2003, 03:10 AM
my html page has several frames.
two of them should work like the index in chm files.
i mean, when you type things in a field created by an INPUT tag in the first frame, a jump occurs in another frame to an anchor whose text is the closest match of what you type.
i've worked out the matching algorithm. what i need is a way to make the browser jump to the correct anchor in the second frame.
all of the anchors have NAMEs, but i think i can also make it work if they are referenced by number.
i'd very much appreciate any help.
two of them should work like the index in chm files.
i mean, when you type things in a field created by an INPUT tag in the first frame, a jump occurs in another frame to an anchor whose text is the closest match of what you type.
i've worked out the matching algorithm. what i need is a way to make the browser jump to the correct anchor in the second frame.
all of the anchors have NAMEs, but i think i can also make it work if they are referenced by number.
i'd very much appreciate any help.