Printing the online PeopleSoft Page
Printing the online PeopleSoft Page
To print a particular, we can make use of html area and JavaScript command (Window.print ()).
Steps to be followed:
1. Place an html area on the page.
2. Double click over the html area, property window opens. Choose the value as “constant” and enter the following code: <form><input type = "button" value="print" onclick="window.print () ;">< /input></form>
3. In the page, you will be able to see the print button. By clicking the button, Print dialog box will be opened.
- Ganesh A.M
0 comments:
Subscribe to:
Post Comments (Atom)