in reply to Compress me

i don't really get what the app is trying to do, however my observations are as follows. you're possibly printing many lines before finally rendering the form. it would be arguably better if the initial output was in a textarea or iframe with scrollbars, to make it easier to traverse the output (with option to copy that separately into an editor?) and the submit form. also the html could more closely reflect current best practises, i.e. follow xhtml standard, and use a stylesheet to set look/feel of the webpage instead of outdated html styling attributes. but these are not prerequisites as such, as your code will "work" as it is.
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^2: Compress me
by toniax (Scribe) on Nov 09, 2010 at 00:03 UTC
    Hi,

    I also use stylesheets . I learned html a while back and I am trying to empty my head of the old school ways.
    Your ideas are good. That is just some example code. My use for that code is date thing I was testing for my program.
    Which I ended up doing it a different way.

    Thanks for your suggestions