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....
User Profile
Collapse
-
Formatting an HTML page dynamically
-
mod_python and <img> tag
Hello,
I am a mod_python newbie. I hope this is a right forum to post this question.
I have a python publisher script that generates a dynamic html file with a couple of images. How do I specify the base dir for images separately ?
Here is my how my directory structure looks:
/var/www/index.html - main form
/var/www/newtool/newfile.py - python script
/var/www/img/myimage.png...
No activity results to display
Show More