Formatting an HTML page dynamically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rrs5
    New Member
    • Feb 2008
    • 2

    Formatting an HTML page dynamically

    Hello,

    I have a cgi program written in C++ that fork/execs a back end core engine. This engine outputs results in plain text to stdout which dumped to the browser window.

    I wish to format this output to make it more readable. At the same time I don't want to buffer this data and process it at the server end. Is there any way I can dynamically format this at the client side ?

    I am a newbie to web programing. Any pointers are highly appreciated.

    Regards,
    Rahul
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Only with javascript.

    Comment

    Working...