Web Print

Hi Everybody. I have a Web Applications run under Domino 6.5.1. on Windows 2000 Platform.I want a Print Button, to printing a elegant form that extract some fields information from the current / active form.

I Know that the window.open is involved to create a new instance / window, what what is the preferred method to get the Document ID and the info from selectede fields based on the parent document,

Thanks & Regards

Subject: Web Print - Create another form to view the doc…

Hi,

One way I’ve handled this is to create a form that will be used just for displaying the information in the form that I want. Then I have a link on the main document that opens the document in a view that uses the form formula to open the exiting document using the “printing” form.

HTH.

Subject: Web Print

There’s no need to open a separate form anymore; the “printer friendly version” is obsolete. If you use CSS, you can set different styles for the screen and print – including hiding things like buttons that need to appear on screen but which make no sense in print. Check out:

The site is full of great applications for CSS.