Hi,
I am printing a page by javascript. but i want to know status of that print means whether that page got printed or not? means if user clicked ok on print popup i should be able to give user a success alert and if user canceled printing i should be able to give an alert to user that 'Unsuccesful'.
I have used print(); function.
I am printing a page by javascript. but i want to know status of that print means whether that page got printed or not? means if user clicked ok on print popup i should be able to give user a success alert and if user canceled printing i should be able to give an alert to user that 'Unsuccesful'.
I have used print(); function.
Comment