Hi Dave;

What I'm trying to accomplish is error checking on the form, then return the form in its filled in state with error messages as to what needs correcting.

My problem is each pass through myscript.pl has a parameter that forces it to the next dynamic page. Also, even if I could redirect it, I already have code filling the fields with whatever was previously entered into the database..SO, I was trying to avoid rewriting the whole page with variables from the error messaging program.

Basically, I thought, if I could just grab the whole page in an array, if there are errors, I could reprint the page to the browser and add the error messages to the top of the page.

Any ideas?

Thanks again for yours and everyone who's trying to help me


In reply to Re^8: capturing dynamic page by cliffrubinmusic
in thread capturing dynamic page by cliffrubinmusic

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.