|
|
Q1103 Is it possble to have a freeze panes effect like that in excel using frames, where scrolling in one frame automatically makes another frame scroll?
irt.org | Knowledge Base | JavaScript | Scroll | Q1103 [ previous next ] Q1103 Is it possble to have a freeze panes effect like that in excel using frames, where scrolling in one frame automatically makes another frame scroll?It would have to use the onScroll and would therefore only work in Internet Explorer 4+ Although Netscape has mentioned onScroll, I have not seen it in their documentation. A more compatible way would be to put the following in a third frame:
Note: for Netscape, try parent.framename.scrollTo(0,20) or parent.framename.scrollBy(0,20) - since scroll was deprecated in Netscape 4.0. Feedback on 'Q1103 Is it possble to have a freeze panes effect like that in excel using frames, where scrolling in one frame automatically makes another frame scroll?' |
-- div -->
|