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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop-up window - URGENT - PLEASE HELP

Status
Not open for further replies.

amutinu

Programmer
Oct 19, 2001
50
0
0
US
Hello All,
I have an application where i am printing files from the client-side javascript using a looping structure. Now the problem is that if the user has requested 10 copies of the file and if the user accidently closes the javascript pop-up window, it will stop the processing and will only get the copies that have been processed so far. So i had several instances where user requested 10 but only got 6 copies. Is there a way to disable the "x" on the window until the processing is done.

I would really appreciate your quick response,

Thanks,

Kiran
 
is the browser only ie? if so, you could use the onbeforeunload feature...

if you post the code, someone can help.


- spewn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top