Admittedly I'm working with ASP.NET web forms but someone suggested that javascript would be the way to go with this one ...
I need the ability of printing (to client default printer) and saving (to client machine) the text as input in a textarea component on the form.
I've been pointed toward the syntax "execCommand('SaveAs', false, '.txt')" / "execCommand('Print', false, '.txt')"
However I can't seem to control it such that it only prints / saves the text from one specified textarea control.
Is this acheivable ?
If so, how ?
Thanks in advance
Steve
I need the ability of printing (to client default printer) and saving (to client machine) the text as input in a textarea component on the form.
I've been pointed toward the syntax "execCommand('SaveAs', false, '.txt')" / "execCommand('Print', false, '.txt')"
However I can't seem to control it such that it only prints / saves the text from one specified textarea control.
Is this acheivable ?
If so, how ?
Thanks in advance
Steve