<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=1>
<P><FONT size=3>We are rookies at JavaScript and need to know if the following 
is possible: </FONT></P>
<P><FONT size=3>I am writing a generic report display program that generates a 
list (report) of variable information. I am looking for a solution to have the 
variable report information "scrollable" without losing the heading information 
from the top of the screen.</FONT></P>
<P><FONT size=3></FONT></P>
<P><FONT size=3>&nbsp;My predicament is that "frames" utilizes a fixed set of 
HTML source code&nbsp;and I am generating the HTML code "on the fly" on a 
mainframe(more like a CGI program)&nbsp;and sending the code to a server for 
execution. (No two sets of reports have the same number of lines or the same 
number of columns, therefore the code has to be generated along with the 
variable information.) </FONT></P>
<P><FONT size=3>Example: </FONT></P>
<P></FONT><FONT size=3>&lt;frame <U><FONT 
color=#0000ff>src="file:C:/Dreamweaver/heading.html"</U></FONT></FONT> 
scrolling="no" noresize&gt;</P>
<P>&lt;frame <U><FONT 
color=#0000ff>src="file:C:/Dreamweaver/body.html"</U></FONT> scrolling="yes" 
noresize&gt;</P>
<P>where "heading" is the non-scrollable heading information and "body" is the 
scrollable report information will work with frames but I don't know what is to 
go into "heading.html" and "body.html" until each execution of the program 
therefore I can't have the file (for example) heading.html 
pre-stored.</P></DIV></BODY></HTML>