Forum Moderators: open
If there is another way to handle this, I would love to know and will take any and all ideas.
I have used javascript in an onClick in an image to scroll a frame before and i guess you could use it to scroll both frames together (though I haven't done this). I would have to search for that code, I'm not sure if I still have it.
It does sound like frames would be hard to avoid.
I appreciate the help. I am relatively new to web development (although, not new to development in general) so am always eager for whatever help I can get.
I thought about your situation and don't know a way around the two scrolling frames. Frames are designed to be independent of each other.
Would it be possible to repeat the row headings after a certain number of columns? That would still give the user some tabular navigation.
Or here's another idea:
can you divide the data into more than one page? Let's say the first 10 rows on one page, then click to see the next 10 rows, etc?
Maybe use Anchors and no vertical scroll bars - the user would have to click to see more below. By clicking, both frames would move down to the same anchor point on each frame.
[faqts.com...]
Unfortunately I don't have a working NS version of the script. :(
Go to [faqts.com...] but put the JavaScript in the left frame document. Also, change the code to read "frame1" coordinates.
Of course, you can leave out scrollLeft, and have it set to 0 by default.
-James
-James