Hi,
I have a calculator. It works with several variables which now I want to print. Yes, to print to an old classic sheet of paper. I know that you can use javascript to print some elements of a web page, for instance, with a function like this one: window.print()
How could I use this on construct?