That should cover displaying it within the module itself Julia.
To 'do' something with it you could print the page, a little bit of javascript tied to an onclick action like "window.print()" should handle that.
It's diffucult to pass the information outside of the module unless you're using an LMS or LCMS. You could try an onclick javascript "mailto:my@self.xyz?subject=hi&body=ha"
Which ought to call up the mail client however the variables won't be ushed to it unless you include them in the subject line. Often not a good idea as it will be rather big, also newer mail clients might well treat the message as spam.
That should cover displaying it within the module itself Julia.
To 'do' something with it you could print the page, a little bit of javascript tied to an onclick action like "window.print()" should handle that.
It's diffucult to pass the information outside of the module unless you're using an LMS or LCMS. You could try an onclick javascript "mailto:my@self.xyz?subject=hi&body=ha"
Which ought to call up the mail client however the variables won't be ushed to it unless you include them in the subject line. Often not a good idea as it will be rather big, also newer mail clients might well treat the message as spam.