Hi,I need to have a nice layout for printing purposes. So my idea was to open a form from my xpage with the values in the form inherited from the xpage.
Tried something like this but can’t get it right with the xpage. Someone have any idea on how to achive this?
url=“frmPrint.form?action=openForm&documentId=”+“#{javascript:context.getUrlParameter(‘documentId’)}”;
parameters=“location=0,status=1,scrollbars=1,width=800,height=600”;
window.open(url,“frmPrint”,parameters);