in reply to Re: HTML::Mason and Frames
in thread HTML::Mason and Frames
I need frames because I have effectively three panels - one is a query construction panel, a second which lists the immediate results of that query, and a third which displays the details of an element selected from the list of query results. If I dont' have frames, I need to re-issue the query (or somehow store the query results in a hidden field) each time I interact with the page... and the queries are not quick!