I have recently finished an online database system using perl/cgi.  It

has been suggested that it would lend itself to using HTML frames.

I have a main menu that could always be shown and what is selected from it

would refresh another frame.  I have never used this before but what I see

is identiflying what goes into the frame by using SRC= a file name.  This

worked fine for the heading which is a gif file logo, but the data is

accumulated using multiple database reads and collected into tables.

I am using a perl here statement to output this data.  So is there a simple

way to do this?  Do I have to write my HTML to an intermediate file and then

refer to that using the SRC attribute?

Thanks for any suggestions,

Maureen

Reply via email to