Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html 24 Nov 2007 15:35:28 -0000 1.4 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html 13 May 2008 18:53:45 -0000 1.5 @@ -96,7 +96,10 @@ var pos = getAbsolutePos(bottom); body_height = pos.y + bottom.offsetHeight; } - window.dialogArguments = opener.Dialog._arguments; + if (!window.dialogArguments && opener.Dialog._arguments) + { + window.dialogArguments = opener.Dialog._arguments; + } if (!document.all) { window.sizeToContent(); window.sizeToContent(); // for reasons beyond understanding,