I am not sure if this is a Perl question or a HTML form question. But anyway, I have a Perl CGI script that handles a HTML form. The form posts to itself. When the form posts to itself, the form is rebuilt and below the form are the results (if any) in a table.

I realize that I am needlessly rebuilding the form each time I make a form post. So why not split the form in frames? This would be okay, except I want the bottom frame to appear "transparent" as if it is not there. I don't want more than one scroll bar on the entire page. I am wondering if I should go with an iframe, but I have never used one before. The form must work with IE. Would I just post the form results to the bottom iframe to achieve my objective? Thanks.


In reply to CGI form post to iframe? by Anonymous Monk

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.