Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

self.print() question

Status
Not open for further replies.

KPBurke

Programmer
Sep 28, 2001
3
GB
When printing via self.print() is there anyway of capturing wheter the user has clicked "Print" or "Cancel" ??
 
You mean once the print dialog box has come up? No, I don'tthink there is a way to do that with JS. Kevin
slanek@ssd.fsi.com
 
try testing the result of self.print()
something like
my new_var=self.print();
alert (new_var)
mybe it's like prompt, they return a boolean
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top