Is there is a way to automatically run a piece of code after the window is drawn. Using window.onShow=function(){do stuff} event runs code before the window is drawn. Is there a similar way to automatically run some code AFTER a dialog window is drawn?
↧