I have a button with a server-side JavaScript expression:
window.print()
and this doesn't work. It gives me an error message. I am running my xPage on the web. This command works in a button in a form, but not an xPage.
How can I print my xPage without going through the browsers print command?
Thank you.