in reply to How to PRINT CGI html table to a PNG file

If you don't want (or care to have) SysLoad.cgi callable as a separate URL then just move the code from there to home.cgi

If you do want SysLoad.cgi to continue to exist separately then move the table-generating code out into a module which can then be used by both SysLoad.cgi and home.cgi.

  • Comment on Re: How to PRINT CGI html table to a PNG file (don't do that)