Click to See Complete Forum and Search --> : next/prev page buttons


callwin
08-19-2003, 01:50 PM
I have a window that has a TOC on one side with 12 options and three frame set on the other sides. When clicking on of the the TOC option, it is to load files into two of the frame set. The third frame set has the next and prev hover buttons. How can I set up the nex tand prev hover buttons to load the next file or go back to the prev file for each of the TOC options.

Thank-u

Cindy

Khalid Ali
08-19-2003, 02:11 PM
typically to load a file in a frame you will use code along these lines

parent.frameName.location.href = "next or prev oage.html"

from your question it sounds like its a bit more complex.post a link to you rpages so that some one can actually view it.

callwin
08-19-2003, 03:32 PM
I have attacted a winzip of the files

Cindy