Im creating a web page which has html table which contains some images and text to display.
Im using javascript window.print() command to display the dialog box.
My issue is If i click on the print button the page is sent to the printer to print, at the same time it should be redirected to the another page. but instead when i click the cancel button only the print dialog should get closed and not the webpage and no redirection.
...