i need to print a different page from the current page , that is to describe my problem more precisely .. i need to put the print button in one page but need to print a different page , also need to send a value to the second page which is to be printed. If somebody could help me will be very much thankfull
feedback
|
|
Have the link go the the page you need printing with some information in the query string. Then place javascript in the onLoad event for the body instructing the page to print. | |||
|
feedback
|
|
You could load the page to be printed into an (possibly hidden) iframe and then call the window.print function on that frame. Using jquery it would be something like this (not tested):
| |||
|
feedback
|
|
Just put the page to print into an invisible iframe:
| |||||||||||
feedback
|
|
Off the top of my head I could do as follows:
| |||
feedback
|