Anybody can help?
This is the scenario:
Page1 contains a link "print". Once you've clicked the link, page2 will be printed out.
Would that be possible?
What i have now is this line of code:
QUOTE
<div align="center"><a href="javascript:window.print();">print</a> </div>
But I wanted that line to be in Page1 then the page that will be printed is page2. And the data in page2 is no need to be displayed. Meaning once u've clicked the link, it will automatically print that page (page2).
What would be the proper code?
Please help. Thanks