I kind of need to create html page copy by clicking on button in this page, but where all <input type = 'text'...
replaced with it's values.
I think, I can handle the second part, but how first to get html code? Are this ever possible?
I need this for generating html reports.
Page is shown in internal browser of my prog. The basic idea, the student see the page with inputs, then when he fill all, he press button inside HTML page, some JS handler work and send to my prog same page, but without inputs for later review for teacher.