skippy2007uk
Programmer
In my web app I open a new window by calling window.showModalDialog
This page has a body onload event (which is window.print) - however, this event is not being fired.
If I call via window.open the print event works.
I also run a function call via window.setTimeout and this is not firing either when modal.
Does a modal dialog prevent events from running?
Many thanks,
skip
This page has a body onload event (which is window.print) - however, this event is not being fired.
If I call via window.open the print event works.
I also run a function call via window.setTimeout and this is not firing either when modal.
Does a modal dialog prevent events from running?
Many thanks,
skip