Hello i want no send a simple html file to a client which contains the png link of the chart.. it will look like this
output.html:
<html>
<body>
this is the chart
<img src="*********link of the png generated">
</body>
<html>
i used another html for the chart image link to be generated and then used copy paste to the output.html file to be sent.
is it possible for this to be done automatically?.. e.g generating simple dynamic html file from time to time or updating the output.html file for a preset time interval. tnx
i'm new to programming html