Hello,
You can switch to the
Properties tab on a document you want to let open in a popup window and in the
Navigation section please select the
Javascript command in the
Menu action subsection and fill it with an alias path or a full url of target page:
window.open('Home.aspx', '_blank', 'width=800,height=600');return false;
or
window.open('http://domain.com/Home.aspx', '_blank', 'width=800,height=600');return false;
Best regards,
Jan Hermann