in reply to How to PRINT CGI html table to a PNG file
No, modern browsers do not support HTML images, but you could load Sys_Load.cgi in an inline frame instead:
<iframe src="Sys_Load.cgi"></iframe>
Unless what you are doing is a homework problem, perhaps you should consider looking for existing solutions for building a dashboard with machine usage statistics.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to PRINT CGI html table to a PNG file
by theravadamonk (Scribe) on Aug 21, 2018 at 17:04 UTC | |
by aitap (Curate) on Aug 23, 2018 at 07:54 UTC |