In particular, the IE:LAYOUTRECT ONLAYOUTCOMPLETE='' event never seems to fire. I put a JScript alert in there and it never goes.
I've followed examples from:
http://msdn.microsoft.com/workshop/browser/hosting/printpreview/reference/behaviors/headerfooter.asp
http://www.webreference.com/js/column93/7.html
http://msdn.microsoft.com/workshop/browser/hosting/printpreview/reference/behaviors/layoutrect.asp
(note to MS: that top url has several errors in the code example)
When I try to set certain variables (HeaderFooter.textHead for example) I get permission denied. I don't get any errors however, when it fails to execute the onlayoutcomplete event.
Does anyone know how I can get this to work in IE7 Is it even possible This web app is being used on a very specific environment, so if it requires me to change settings in IE then that's fine...
Thanks!