I have a web server that creates dynamic web pages, even the main page is dynamic. Each page is created on the fly using perl.

All works fine, but what I would like to do is (this is a little off topic) create an interactive table. Much like using frames where you would have a frame on the left with menu items that would update the frame on the right with the requested document.

The information in the cells is going to be kept in a HoH or AoA or whatever fits my fancy at the moment.

I wish to do this with tables instead of frames. Where clicking on a link in one cell updates the contents of another cell. I am fairly new to HTML and don't know a lot. I can make pages, links etc, but no advanced stuff. I don't know any HTML scripting langs, but am not against learning them, just haven't gotten around to doing it.

Is this something that can be done or do I have to use frames?

TIA, Chad.

edited: Thu Oct 17 16:56:34 2002 by jeffa - title addition


In reply to Dynamic web pages (interactive table) by gnu@perl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.