I have a web page devised of frames, within the main content frame some of
the pages have DIVS, some of which have javascript that enables them to
scroll independently of the frame.
-However when a user prints the frame from their browser they do not see
all of the information contained within the scrolling DIV.
-I've realised that in IE5 i can use the innerHTML property to extract the
contents of the DIV to another browser window and then print this.
HOWEVER I cannot find any way to do this in NETSCAPE 4x, is there any
similar property that I havn't stumbled across. Or even any suggestions on
alternative ways to solve my problems?
regards
Joe