Hi,
I have an asp page (page1.asp) in which I an PRINT button. PRINT buttons takes to another asp page (page2.asp) which executes the sql query, gets the result and polulates HTML table in page2.asp. User can print this page(report) by clicking on print button available on the browser.
Now I need to change the flow here. When the user clicks on PRINT button in page1.asp the system should automatically print the report. Is there any way I can implement the print command in page2.asp and then redirect back to page1.asp.
Thanks in advance
I have an asp page (page1.asp) in which I an PRINT button. PRINT buttons takes to another asp page (page2.asp) which executes the sql query, gets the result and polulates HTML table in page2.asp. User can print this page(report) by clicking on print button available on the browser.
Now I need to change the flow here. When the user clicks on PRINT button in page1.asp the system should automatically print the report. Is there any way I can implement the print command in page2.asp and then redirect back to page1.asp.
Thanks in advance